css issue fixed

This commit is contained in:
Alireza Vaezi
2025-07-20 11:10:52 -04:00
parent 6a9ab6afaa
commit cfa8a0de81
4 changed files with 27 additions and 79 deletions

View File

@@ -2,7 +2,6 @@ import { useState, useEffect } from 'react'
import { supabase } from './lib/supabase'
import { Login } from './components/Login'
import { Dashboard } from './components/Dashboard'
import './App.css'
function App() {
const [isAuthenticated, setIsAuthenticated] = useState<boolean | null>(null)