Skip to content

Commit 29fe877

Browse files
committed
remove unused variable
1 parent e7d48b7 commit 29fe877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/client/core/core.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { DARK, LIGHT } from "../../constants";
2-
import { ColorSchemePreference, ResolvedScheme, Store, useStore } from "../../utils";
2+
import { ColorSchemePreference, ResolvedScheme, useStore } from "../../utils";
33
import { memo, useEffect } from "react";
44

55
declare global {

0 commit comments

Comments
 (0)