Skip to content

Commit 895fe55

Browse files
committed
Fix lint
1 parent f68385a commit 895fe55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/classnames.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { clsx, type ClassValue } from 'clsx';
2-
import { twMerge } from 'tailwind-merge';
1+
import { clsx, type ClassValue } from "clsx";
2+
import { twMerge } from "tailwind-merge";
33

44
export function classnames(...inputs: ClassValue[]) {
55
return twMerge(clsx(inputs));

0 commit comments

Comments
 (0)