Skip to content

Commit

Permalink
fix lint (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
TGlide authored May 23, 2024
1 parent 24e0c34 commit ae7eef8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { tick } from "svelte";
import { noop } from "$lib/internal/utils/function.js";

export type StartNotifier<TValue> = (
set: (value: TValue) => void,
Expand Down

0 comments on commit ae7eef8

Please sign in to comment.