diff --git a/src/App.tsx b/src/App.tsx new file mode 100644 index 0000000..88ce432 --- /dev/null +++ b/src/App.tsx @@ -0,0 +1,13 @@ +import React from 'react'; +import './App.css'; +import Dashboard from './components/Dashboard'; + +function App() { + return ( +
+ +
+ ); +} + +export default App; \ No newline at end of file