Β© 2026 Hedgehog Software, LLC
const [user] = createResource(async () => { const me = await trpc.me.query(); return me; });
user
null
/login