Switch to TailwindCSS and remove global CSS file

This commit is contained in:
2025-01-12 15:16:21 -06:00
parent 211fcac0c3
commit ea965b6834
9 changed files with 1069 additions and 117 deletions
-1
View File
@@ -1,4 +1,3 @@
import './App.css'
import { Routes, Route} from 'react-router';
import Home from './pages/home.tsx';
import Inventory from "./pages/inventory.tsx";