Skip to content

Commit bd7d3e2

Browse files
authored
fix: avoid empty import (#1771)
1 parent 52ebc70 commit bd7d3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/theme/themeUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { type ThemeConfig } from "$lib";
1+
import type { ThemeConfig } from "$lib";
22
import type { ClassValue } from "clsx";
33
import { getContext } from "svelte";
44
import { DEV } from "esm-env";

0 commit comments

Comments
 (0)