Remove duplicate export declarations
cgen-417785668e2b46429c446d82ad2d3ab1
This commit is contained in:
parent
72dd012296
commit
fdffadc7f0
1 changed files with 0 additions and 12 deletions
|
|
@ -128,15 +128,3 @@ export const storage = supabase.storage;
|
|||
|
||||
// Real-time helpers
|
||||
export const channel = supabase.channel;
|
||||
|
||||
// Auth helpers
|
||||
export const auth = supabase.auth;
|
||||
|
||||
// Database helpers
|
||||
export const db = supabase.from;
|
||||
|
||||
// Storage helpers
|
||||
export const storage = supabase.storage;
|
||||
|
||||
// Real-time helpers
|
||||
export const channel = supabase.channel;
|
||||
|
|
|
|||
Loading…
Reference in a new issue