mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-03 17:26:38 +00:00
more validation and redirects
This commit is contained in:
7
src/app/setup/layout.tsx
Normal file
7
src/app/setup/layout.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default async function SetupLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return <div className="mt-32">{children}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user