mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Working on the Portabase debug.
This commit is contained in:
@@ -12,8 +12,6 @@ export default async function Layout({ children }: { children: React.ReactNode }
|
||||
if (!user) redirect("/login");
|
||||
|
||||
return (
|
||||
// <HydrationZustand>
|
||||
// <GlobalStoreProvider>
|
||||
<>
|
||||
<SidebarProvider>
|
||||
<div className="flex flex-col lg:flex-row w-full">
|
||||
@@ -25,7 +23,5 @@ export default async function Layout({ children }: { children: React.ReactNode }
|
||||
</div>
|
||||
</SidebarProvider>
|
||||
</>
|
||||
// </GlobalStoreProvider>
|
||||
// </HydrationZustand>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user