diff --git a/src/index.tsx b/src/index.tsx index ad8c21c..3a20fdc 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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(); diff --git a/src/styles/styled.ts b/src/styles/styledTheme.ts similarity index 100% rename from src/styles/styled.ts rename to src/styles/styledTheme.ts