diff --git a/src/index.module.scss b/src/index.scss similarity index 100% rename from src/index.module.scss rename to src/index.scss diff --git a/src/index.tsx b/src/index.tsx index cfa5fc5..ad240fb 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2,7 +2,7 @@ import React from 'react'; import { createRoot } from 'react-dom/client'; import { Provider } from 'react-redux'; import App from './App'; -import './index.module.scss'; +import './index.scss'; import { store } from './store/store'; const container = document.getElementById('root');