mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
4 lines
67 B
TypeScript
4 lines
67 B
TypeScript
export default function Home() {
|
|
return <div>Hello World</div>
|
|
}
|