Switch all classNames helpers to clsx

This commit is contained in:
2024-05-09 02:29:44 -05:00
parent 47bb9cb7f3
commit 49832cf8e7
4 changed files with 12 additions and 20 deletions

View File

@@ -21,7 +21,6 @@ import { truncated } from "@/helpers";
import type { ZodSchema } from "zod";
import type { ParsedGeneric } from "@/components/lookup/Generic";
import { Maybe, Result } from "true-myth";
import { err } from "true-myth/dist/es/result";
export type WarningHandler = (warning: { message: string }) => void;