Remove unused aethexToast import

cgen-cb6e01b98b014fc7bf2c2e5dc8629212
This commit is contained in:
Builder.io 2025-10-01 00:56:01 +00:00
parent b193c280a1
commit 95c3839228

View file

@ -2,7 +2,6 @@
import { supabase, isSupabaseConfigured } from "@/lib/supabase";
import type { Database } from "./database.types";
import { aethexToast } from "./aethex-toast";
// Use the existing database user profile type directly
import type { UserProfile } from "./database.types";