stats + stat card

This commit is contained in:
hamid zarghami
2025-10-15 15:41:58 +03:30
parent 434541da9d
commit bdb043e6c5
7 changed files with 240 additions and 1 deletions
+2
View File
@@ -3,6 +3,7 @@ import { Route, Routes } from 'react-router-dom'
import Home from '../pages/home/Home'
import SideBar from '../shared/Sidebar'
import Header from '../shared/Header'
import { Paths } from '@/config/Paths'
const MainRouter: FC = () => {
return (
@@ -15,6 +16,7 @@ const MainRouter: FC = () => {
<Routes>
<Route path="/" element={<Home />} />
<Route path={Paths.home} element={<Home />} />
</Routes>
</div>
</div>