reordered imports for messages

This commit is contained in:
Bob Burningham 2023-11-13 00:15:02 -08:00
parent 7414dff177
commit bbd7bf482d

View File

@ -1,8 +1,8 @@
import { currentProfile } from "@/lib/current-profile";
import { db } from "@/lib/db";
import { NextResponse } from "next/server";
import { Message } from "@prisma/client";
import { NextResponse } from "next/server";
import { currentProfile } from "@/lib/current-profile";
import { db } from "@/lib/db";
const MESSAGES_BATCH = 10;