Created the App.jsx
This commit is contained in:
parent
486cd27645
commit
3c8ccbeb65
9
src/App.jsx
Normal file
9
src/App.jsx
Normal file
@ -0,0 +1,9 @@
|
||||
const App = () => {
|
||||
return (
|
||||
<>
|
||||
<h1>Work in Progress</h1>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
Loading…
x
Reference in New Issue
Block a user