mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-30 07:51:53 +02:00
more validation and redirects
This commit is contained in:
@@ -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