mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 21:05:22 +00:00
Remove unused import
This commit is contained in:
parent
0173774f2a
commit
15818b9cad
1 changed files with 0 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue