Skip to content

Instantly share code, notes, and snippets.

@oshell
Last active July 22, 2024 22:31
Show Gist options
  • Save oshell/8f7ea3e0cf7dd6b996a359076dca1f9c to your computer and use it in GitHub Desktop.
Save oshell/8f7ea3e0cf7dd6b996a359076dca1f9c to your computer and use it in GitHub Desktop.
initialize Global PullState #pullstate
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