Update imports batch 66

cgen-77266d2d35df4c03b20ba5bedb7602eb
This commit is contained in:
Builder.io 2025-11-16 05:04:30 +00:00
parent d628272fec
commit d33e6799fe
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import { supabase } from "../_supabase";
import { supabase } from "../_supabase.js";
export default async (req: Request) => {
if (req.method !== "GET") {

View file

@ -1,4 +1,4 @@
import { supabase } from "../_supabase";
import { supabase } from "../_supabase.js";
export default async (req: Request) => {
if (req.method !== "GET") {