Initial commit
This commit is contained in:
5
client/App.tsx
Normal file
5
client/App.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from "react";
|
||||
|
||||
export default function App(): JSX.Element {
|
||||
return <div>Hello World!</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user