reordered imports for messages
This commit is contained in:
parent
7414dff177
commit
bbd7bf482d
@ -1,8 +1,8 @@
|
|||||||
import { currentProfile } from "@/lib/current-profile";
|
import { NextResponse } from "next/server";
|
||||||
import { db } from "@/lib/db";
|
|
||||||
import { Message } from "@prisma/client";
|
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;
|
const MESSAGES_BATCH = 10;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user