Skip to content

Commit 6b8499a

Browse files
committed
fix: sort imports in serve route
1 parent 71fb58b commit 6b8499a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/(chat)/api/files/serve/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { type NextRequest, NextResponse } from "next/server";
21
import { get } from "@vercel/blob";
2+
import { type NextRequest, NextResponse } from "next/server";
33

44
import { auth } from "@/app/(auth)/auth";
55

0 commit comments

Comments
 (0)