diff --git a/src/App.jsx b/src/App.jsx new file mode 100644 index 0000000..1e0b819 --- /dev/null +++ b/src/App.jsx @@ -0,0 +1,9 @@ +import { useState } from "react"; + +export default () => { + return ( + <> +

Dashboard

+ + ); +} \ No newline at end of file