export function Home() { return (

👋 Welcome

This app is wired with tempest-react-sdk: Vite (@ alias), React Router (declarative), a Zustand auth store and TanStack Query — all from one place.

Edit src/routes.tsx to add pages and src/stores/ to add state.

); }