mirror of
https://github.com/ForFarmTeam/ForFarm.git
synced 2025-12-19 05:54:08 +01:00
8 lines
103 B
TypeScript
8 lines
103 B
TypeScript
export default function SetupPage() {
|
|
return (
|
|
<div>
|
|
<h1>Setup Page</h1>
|
|
</div>
|
|
);
|
|
}
|