mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-23 10:48:28 +02:00
place holder landing pages
This commit is contained in:
parent
de9725f310
commit
b78e7a324d
22 changed files with 669 additions and 235 deletions
|
@ -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}`}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue