mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-04 09:46:40 +00:00
place holder landing pages
This commit is contained in:
@@ -24,9 +24,6 @@ export default async function RootLayout({
|
||||
}>) {
|
||||
const version = process.env.APP_VERSION;
|
||||
|
||||
const getUser = cache(verifySession);
|
||||
const user = await getUser();
|
||||
|
||||
return (
|
||||
<html suppressHydrationWarning>
|
||||
<body className={`${font.className}`}>
|
||||
|
||||
Reference in New Issue
Block a user