Created the App.jsx
This commit is contained in:
parent
94c4ece183
commit
5c65842cae
8
client/src/App.jsx
Normal file
8
client/src/App.jsx
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
const App = () => {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default App;
|
Reference in New Issue
Block a user