mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 23:04:55 +00:00
4 lines
63 B
TypeScript
4 lines
63 B
TypeScript
export default function () {
|
|
return <div>Hello World</div>
|
|
}
|