mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 11:41:23 +00:00
warnings fixed
This commit is contained in:
3
app/account/component/form-header.tsx
Normal file
3
app/account/component/form-header.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function FormHeader({ title }: { title: string }) {
|
||||
return <h1 className="text-4xl">{title}</h1>;
|
||||
}
|
Reference in New Issue
Block a user