class ProfileStore { active_user: Signal<string> = makePersistent(createSignal('hello')) } export default new ProfileStore()
ยฉ 2026 Hedgehog Software, LLC