From 92971dda9a0877c85aed7639e5b645990079d943 Mon Sep 17 00:00:00 2001 From: Junjie <2721795866@qq.com> Date: Wed, 14 Aug 2024 21:57:46 +0800 Subject: [PATCH] fix --- src/components/auth-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/auth-form.tsx b/src/components/auth-form.tsx index 359e2e7..ad3b9d3 100644 --- a/src/components/auth-form.tsx +++ b/src/components/auth-form.tsx @@ -2,7 +2,7 @@ import { Auth } from "@supabase/auth-ui-react"; import { I18nVariables, ThemeSupa } from "@supabase/auth-ui-shared"; import { createClientComponentClient } from "@supabase/auth-helpers-nextjs"; -import { Database } from "../types/database.types.types"; +import { Database } from "../types/database.types"; import { useTheme } from "next-themes"; import { useTranslation } from "next-export-i18n";