Potion/web/src/pages/Home.tsx
2025-10-29 21:27:47 -07:00

8 lines
84 B
TypeScript

export default function Home() {
return (
<>
<p>Home</p>
</>
);
}