Reorganized file structure

Moved app.css and index.css into the css folder.
This commit is contained in:
2025-07-10 08:11:24 -07:00
parent 24e36c1294
commit f293e14ed1
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { Provider } from "./components/ui/provider"
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import './css/index.css'
import 'react-grid-layout/css/styles.css'
import 'react-resizable/css/styles.css'
import App from './App.jsx'