feat(client): user info
Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
|
||||
import { createRootRoute, Outlet } from '@tanstack/react-router';
|
||||
import { TanStackRouterDevtools } from '@tanstack/react-router-devtools';
|
||||
import { ThemeProvider } from '@/components/theme-provider';
|
||||
import { Toaster } from '@/components/ui/sonner';
|
||||
import '@/index.css';
|
||||
@@ -15,7 +14,6 @@ function RootLayout() {
|
||||
<Outlet />
|
||||
</QueryClientProvider>
|
||||
</ThemeProvider>
|
||||
<TanStackRouterDevtools />
|
||||
<Toaster position="top-right" />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user