()
| 16 | import WarningModal from "../components/warningModal"; |
| 17 | |
| 18 | export default function App() { |
| 19 | return ( |
| 20 | <> |
| 21 | <Headers /> |
| 22 | <Dashboard /> |
| 23 | </> |
| 24 | ); |
| 25 | } |
| 26 | |
| 27 | function Dashboard() { |
| 28 | const supabase = useSupabaseClient<Database>(); |
nothing calls this directly
no outgoing calls
no test coverage detected