Skip to content

Commit 15818b9

Browse files
Remove unused import
1 parent 0173774 commit 15818b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/web/src/lib/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import { ErrorCode } from "./errorCodes";
1717
import { NextRequest } from "next/server";
1818
import { Org } from "@sourcebot/db";
1919
import { OrgMetadata, orgMetadataSchema } from "@/types";
20-
import { getBrowseParamsFromPathParam } from "@/app/[domain]/browse/hooks/utils";
2120

2221
export function cn(...inputs: ClassValue[]) {
2322
return twMerge(clsx(inputs))

0 commit comments

Comments
 (0)