Update all imports to use @ relative
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { NextResponse } from "next/server";
|
||||
import { patchRoute } from "~/lib/schema.server";
|
||||
import { patchRoute } from "@/lib/schema.server";
|
||||
|
||||
export async function POST(request: Request) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user