Skip to content

Commit 4854779

Browse files
committed
ts fix
1 parent 721fb20 commit 4854779

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import { cubicOut } from "svelte/easing"
44
import type { TransitionConfig } from "svelte/transition"
55
import type { ColorVariable } from "./types"
66
import { Observable, share } from "rxjs"
7-
import type { Writable } from "svelte/store"
8-
import type { Readable } from "svelte/motion"
7+
import type { Writable, Readable } from "svelte/store"
98

109
export function cn(...inputs: ClassValue[]) {
1110
return twMerge(clsx(inputs))

0 commit comments

Comments
 (0)