diff --git a/src/main.tsx b/src/main.tsx index e137d05..822af1e 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -1,7 +1,7 @@ import React from 'react' import ReactDOM from 'react-dom/client' import App from './App.tsx' -import '#/styles/index.css' +import './styles/index.css' ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render( diff --git a/lib/styles/index.css b/src/styles/index.css similarity index 100% rename from lib/styles/index.css rename to src/styles/index.css