Skip to content

Commit 0f15453

Browse files
committed
trigger publish
1 parent 155c568 commit 0f15453

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/nthul/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@
7777
"react-server-components",
7878
"react-client-components",
7979
"themes",
80+
"zen-store",
81+
"r18gs",
82+
"react18-global-store",
8083
"dark-mode",
8184
"dark-theme",
8285
"dark-themes",

lib/nthul/src/client/theme-switcher/theme-switcher.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import useRGS from "r18gs";
2-
import type { SetStateAction } from "r18gs/use-rgs";
2+
import type { SetStateAction } from "r18gs";
33
import * as React from "react";
44
import type { ColorSchemePreference, ThemeState } from "../../constants";
55
import { DEFAULT_ID, DEFAULT_THEME_STATE } from "../../constants";

0 commit comments

Comments
 (0)