import DashboardStyle from './Dashboard.style' function Sidebar1() { return (
) } function Sidebar2() { return (

Overview

Box1
Box2
Box3
) } function Graph() { return (
Daily Insight
  • Api Version
  • Frontend Version
  • Links generated yet
  • Total views yet
) } function App() { return ( ) } export default App