wodey-prototype/app/page.tsx

9 lines
111 B
TypeScript
Raw Normal View History

2025-04-26 17:46:50 +00:00
export default function Home() {
return (
<div className="flex">
<div>Home</div>
2025-04-26 17:46:50 +00:00
</div>
);
}