refactor: consolidate imports in supabase API routes
change over to cloudflare.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { json } from '@remix-run/node';
|
||||
import type { ActionFunctionArgs } from '@remix-run/node';
|
||||
import { json, type ActionFunctionArgs } from '@remix-run/node';
|
||||
|
||||
export async function action({ request }: ActionFunctionArgs) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user