warnings fixed

This commit is contained in:
brkcvn
2023-11-15 13:16:34 +03:00
parent 77408259d2
commit 9263d1063c
15 changed files with 24 additions and 19 deletions

View File

@@ -2,9 +2,9 @@ import { resetCustomersPassword } from 'lib/shopify';
import { revalidatePath } from 'next/cache';
import { cookies } from 'next/headers';
import { redirect } from 'next/navigation';
import AuthLayout from '../../../component/AuthLayout';
import FormButton from '../../../component/FormButton';
import FormHeader from '../../../component/FormHeader';
import AuthLayout from '../../../component/auth-layout';
import FormButton from '../../../component/form-button';
import FormHeader from '../../../component/form-header';
let errorMessage: string | null = null;
let passwordError: string | null = null;