rename theme file

This commit is contained in:
jeffvli
2021-08-12 18:23:26 -07:00
parent df51bca237
commit 2ce17a521f
2 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ import { QueryClient, QueryClientProvider } from 'react-query';
import { Provider } from 'react-redux';
import { store } from './redux/store';
import App from './App';
import { theme } from './styles/styled';
import { theme } from './styles/styledTheme';
const queryClient = new QueryClient();