diff --git a/src/main.jsx b/src/main.jsx index 98a53b9..3dd9da6 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -1,7 +1,7 @@ import React from 'react'; import { createRoot } from 'react-dom/client'; import App from './App'; -import '../style.css'; +import '/style.css'; // Create React root and render App const root = createRoot(document.getElementById('root'));