wip
This commit is contained in:
parent
313f1def49
commit
36f5eef849
12 changed files with 39 additions and 23 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue