diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx index 3a09aa118..a2c318c19 100644 --- a/apps/web/src/app/layout.tsx +++ b/apps/web/src/app/layout.tsx @@ -9,7 +9,10 @@ import type { Metadata } from 'next'; import { Footer, Html, ThemeProvider } from '@hypha-platform/ui/server'; import { AuthProvider } from '@hypha-platform/authentication'; import { useAuthentication } from '@hypha-platform/authentication'; -import { ConnectedButtonProfile } from '@hypha-platform/epics'; +import { + AiLeftPanelLayout, + ConnectedButtonProfile, +} from '@hypha-platform/epics'; import { EvmProvider } from '@hypha-platform/evm'; import { useMe } from '@hypha-platform/core/client'; import { fileRouter } from '@hypha-platform/core/server'; @@ -110,31 +113,35 @@ export default async function RootLayout({ safariWebId={safariWebId} serviceWorkerPath={serviceWorkerPath} > - - - - -
-
-
{children}
+
+ + + + +
+ + <> +
{children}
+
+ +
-