This commit is contained in:
john 2025-05-17 23:18:37 +02:00
parent 313f1def49
commit 36f5eef849
12 changed files with 39 additions and 23 deletions

View file

@ -12,7 +12,7 @@ import UnauthorizedHandler from './app/auth/components/UnauthorizedHandler.tsx'
import Protected from './app/auth/components/Protected.tsx'
function App() {
const [user] = useUser()
const { user } = useUser()
const postService = new PostsService()
const mediaService = new MediaService()
const authService = new AuthService(user)