Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
junjiepro committed Aug 14, 2024
1 parent c332371 commit 92971dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/auth-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 92971dd

Please sign in to comment.