Skip to content

Commit

Permalink
removed authpage
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Mar 21, 2024
1 parent ac7ddf5 commit f7fdbaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default function RootLayout({
<QueryClientProvider client={queryClient}>
<AnimatePresence mode='wait' initial={false}>
<LayoutGroup>
<AuthPage>

<div>{auth}</div>
<div>{drawer}</div>

Expand All @@ -182,7 +182,7 @@ export default function RootLayout({
<div className='w-full overflow-hidden'>
<BottomNavbar />
</div>
</AuthPage>

</LayoutGroup>
</AnimatePresence>
</QueryClientProvider>
Expand Down

0 comments on commit f7fdbaa

Please sign in to comment.