We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721fb20 commit 4854779Copy full SHA for 4854779
src/lib/utils.ts
@@ -4,8 +4,7 @@ import { cubicOut } from "svelte/easing"
4
import type { TransitionConfig } from "svelte/transition"
5
import type { ColorVariable } from "./types"
6
import { Observable, share } from "rxjs"
7
-import type { Writable } from "svelte/store"
8
-import type { Readable } from "svelte/motion"
+import type { Writable, Readable } from "svelte/store"
9
10
export function cn(...inputs: ClassValue[]) {
11
return twMerge(clsx(inputs))
0 commit comments