diff --git a/src/main.jsx b/src/main.jsx index 1e657d4..9a0f245 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -1,7 +1,7 @@ import React from 'react'; import ReactDOM from 'react-dom/client'; import App from './App'; -import './index.css'; +import './App.sass'; const root = ReactDOM.createRoot(document.getElementById('root'));