We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0173774 commit 15818b9Copy full SHA for 15818b9
packages/web/src/lib/utils.ts
@@ -17,7 +17,6 @@ import { ErrorCode } from "./errorCodes";
17
import { NextRequest } from "next/server";
18
import { Org } from "@sourcebot/db";
19
import { OrgMetadata, orgMetadataSchema } from "@/types";
20
-import { getBrowseParamsFromPathParam } from "@/app/[domain]/browse/hooks/utils";
21
22
export function cn(...inputs: ClassValue[]) {
23
return twMerge(clsx(inputs))
0 commit comments