mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 11:41:23 +00:00
warnings fixed
This commit is contained in:
11
app/account/component/auth-layout.tsx
Normal file
11
app/account/component/auth-layout.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
export default function AuthLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<div className="flex justify-center my-24 px-4">
|
||||
<div className="max-w-md w-full">{children}</div>
|
||||
</div>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user