diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index a66b5ef..67976d2 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -1,122 +1,11 @@
-import { useState } from 'react'
-import reactLogo from './assets/react.svg'
-import viteLogo from './assets/vite.svg'
-import heroImg from './assets/hero.png'
-import './App.css'
+import { useAuth } from './auth/AuthProvider';
+import { SignIn } from './auth/SignIn';
+import { TodoList } from './todos/TodoList';
-function App() {
- const [count, setCount] = useState(0)
+export function App() {
+ const { session, loading } = useAuth();
- return (
- <>
-
- Edit
-
-
-
Get started
- src/App.tsx and save to test HMR
-
Loading…
; + if (!session) return
Connect with us
-Join the Vite community
---
-
-
- GitHub
-
-
- -
-
-
- Discord
-
-
- -
-
-
- X.com
-
-
- -
-
-
- Bluesky
-
-
-
-