Initial commit
This commit is contained in:
commit
205675b086
16 changed files with 3056 additions and 0 deletions
13
src/App.tsx
Normal file
13
src/App.tsx
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
import './App.css'
|
||||
|
||||
function App() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<h1>HELLOOOO</h1>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
Loading…
Add table
Add a link
Reference in a new issue