From af52706b2f8cd9dfa75f5a0661fe7078373052dc Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 30 Sep 2025 23:22:34 +0000 Subject: [PATCH] Normalize supabase imports to alias cgen-7a7ea548b1664e8eb32d1950991019ee --- client/lib/aethex-database-adapter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lib/aethex-database-adapter.ts b/client/lib/aethex-database-adapter.ts index 6a39f677..d6e587b4 100644 --- a/client/lib/aethex-database-adapter.ts +++ b/client/lib/aethex-database-adapter.ts @@ -1,6 +1,6 @@ // Maps existing schema to our application needs -import { supabase, isSupabaseConfigured } from "./supabase"; +import { supabase, isSupabaseConfigured } from "@/lib/supabase"; import type { Database } from "./database.types"; import { aethexToast } from "./aethex-toast";