top stats

This commit is contained in:
hamid zarghami
2025-12-23 12:36:53 +03:30
parent d3cbeb4d5f
commit 860502f160
5 changed files with 60 additions and 4 deletions
+2
View File
@@ -60,6 +60,8 @@ const MainRouter: FC = () => {
)}>
<div className='pb-20'>
<Routes>
<Route path={Pages.dashboard} element={<Statistics />} />
<Route path={Pages.foods.list} element={<FoodsList />} />
<Route path={Pages.foods.add} element={<CreateFood />} />
<Route path={Pages.foods.update + ':id'} element={<UpdateFood />} />