[update] migrate the project formatter from prettier and eslint to biome
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { NonEmptyArray } from "@/types/utils.type";
|
||||
import { clsx, type ClassValue } from "clsx";
|
||||
import type { NonEmptyArray } from "@/types/utils.type";
|
||||
import { type ClassValue, clsx } from "clsx";
|
||||
import { twMerge } from "tailwind-merge";
|
||||
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
|
||||
Reference in New Issue
Block a user