Files
DefectingCat.github.io/content/sandpack/hello-world.ts
2022-12-16 08:53:21 +08:00

4 lines
88 B
TypeScript

export const hello = `export default function App() {
return <h1>Hello world</h1>
}`;