Normalize supabase imports to alias
cgen-7a7ea548b1664e8eb32d1950991019ee
This commit is contained in:
parent
a4d0f26d01
commit
af52706b2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue