Created the App.jsx
This commit is contained in:
8
src/App.jsx
Normal file
8
src/App.jsx
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
function App() {
|
||||||
|
return (
|
||||||
|
<div className="App">
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default App;
|
Reference in New Issue
Block a user