import AccountForm, { AccountFormLink } from '@/components/shopify/account-form'; export const metadata = { title: 'Sign in' }; export default function Page() { return (
New here?{' '} Create an account Forgot your password? } />
); }