Skip to content

Commit bc31dba

Browse files
committed
chore: apply noUnusedImports
1 parent 635a235 commit bc31dba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Breakpoint/breakpointObserver.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Readable, Subscriber, Unsubscriber } from "svelte/store";
2-
import type { BreakpointSize, BreakpointValue } from "./breakpoints";
2+
import type { BreakpointSize } from "./breakpoints";
33

44
/**
55
* Creates a readable store that returns the current breakpoint size.

types/Breakpoint/breakpointObserver.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Readable, Subscriber, Unsubscriber } from "svelte/store";
2-
import type { BreakpointSize, BreakpointValue } from "./breakpoints";
2+
import type { BreakpointSize } from "./breakpoints";
33

44
/**
55
* Creates a readable store that returns the current breakpoint size.

0 commit comments

Comments
 (0)