mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
6 lines
102 B
JavaScript
6 lines
102 B
JavaScript
const main = `export default function App() {
|
|
return <h1>Hello world</h1>
|
|
}`;
|
|
|
|
export default main;
|