Remove unused import

This commit is contained in:
Brendan Kellam 2025-10-15 11:08:10 -07:00 committed by GitHub
parent 0173774f2a
commit 15818b9cad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,6 @@ import { ErrorCode } from "./errorCodes";
import { NextRequest } from "next/server";
import { Org } from "@sourcebot/db";
import { OrgMetadata, orgMetadataSchema } from "@/types";
import { getBrowseParamsFromPathParam } from "@/app/[domain]/browse/hooks/utils";
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))