fello-iq / frontend /src /App.jsx
umar-100's picture
app V1.0
da90d9b
raw
history blame contribute delete
129 Bytes
import FelloDashboard from './components/Dashboard'
function App() {
return (
<FelloDashboard />
)
}
export default App