Add dummy default export to opportunities.ts
cgen-ea1ef99941e84c05aa64ae426466da9f
This commit is contained in:
parent
2a6211e05f
commit
3991ca731b
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import type { VercelRequest, VercelResponse } from "@vercel/node";
|
||||
import { createClient } from "@supabase/supabase-js";
|
||||
|
||||
const supabaseUrl = process.env.VITE_SUPABASE_URL || "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue