diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-08-26 00:12:23 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-08-26 00:12:23 +0200 |
| commit | 2656a9c1ed802f87d30530f6cea502a3238880de (patch) | |
| tree | 1f5c28985eeb736b2bbcc7e2f0c5f1aeaf09410d /src/main.tsx | |
| parent | 780aeaa93f458a399ecad771dd6ff7b7569bd2ff (diff) | |
Add simpleCSS, improve usability
Diffstat (limited to 'src/main.tsx')
| -rw-r--r-- | src/main.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.tsx b/src/main.tsx index 590bb08..f638946 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -1,6 +1,5 @@ import { StrictMode } from 'react' import { createRoot } from 'react-dom/client' -import './index.css' import { createBrowserRouter, RouterProvider } from 'react-router-dom' import { Home } from './pages/Home.tsx' import { Stop } from './pages/Stop.tsx' |
