mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 08:41:37 +00:00
4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
export const hello = `export default function App() {
|
|
return <h1>Hello world</h1>
|
|
}`;
|