Created the App.jsx
This commit is contained in:
parent
5e8b17ec21
commit
7e524324db
9
src/App.jsx
Normal file
9
src/App.jsx
Normal file
@ -0,0 +1,9 @@
|
||||
import { useState } from "react";
|
||||
|
||||
export default () => {
|
||||
return (
|
||||
<>
|
||||
<h2>Dashboard</h2>
|
||||
</>
|
||||
);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user