Last active
July 22, 2024 22:31
-
-
Save oshell/8f7ea3e0cf7dd6b996a359076dca1f9c to your computer and use it in GitHub Desktop.
initialize Global PullState #pullstate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Store } from "pullstate"; | |
export const UIStore = new Store({ | |
isDarkMode: true, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment