From 2656a9c1ed802f87d30530f6cea502a3238880de Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:12:23 +0200 Subject: Add simpleCSS, improve usability --- src/main.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.tsx') 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' -- cgit v1.3