about summary refs log tree commit diff
path: root/src/App.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.tsx')
-rw-r--r--src/App.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/App.tsx b/src/App.tsx
index a7e9634..db216c6 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -3,7 +3,6 @@ import { useState } from 'react'
 import { BrowserRouter, Routes, Route } from "react-router-dom";
 import { createClient } from '@supabase/supabase-js'
 
-import './App.css'
 import Home from './pages/Home'
 import Login from './pages/Login'