mirror of
https://github.com/thepigeongenerator/www.thepigeongenerator.xyz.git
synced 2025-12-17 23:15:45 +01:00
remove react
This commit is contained in:
6
web/src/main.ts
Normal file
6
web/src/main.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
function main(): number {
|
||||
return 0;
|
||||
}
|
||||
|
||||
let c = main();
|
||||
if (!!c) console.error(`main returned failure, code: ${c}`);
|
||||
@@ -1,5 +0,0 @@
|
||||
import React from 'react'
|
||||
import { createRoot } from 'react-dom/client'
|
||||
|
||||
const Main = () => <h1>Hello, World</h1>
|
||||
createRoot(document.getElementById("root")!).render(<Main />)
|
||||
Reference in New Issue
Block a user