check deploy

This commit is contained in:
hamid zarghami
2025-12-25 12:01:29 +03:30
parent b690bc60be
commit 0efaa5c5af
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -61,6 +61,7 @@ export interface OrderRestaurant {
domain: string;
score: RestaurantScore;
plan: string;
subscriptionId: string;
}
export interface OrderDeliveryMethod {
@@ -152,7 +153,6 @@ export interface OrderItem {
export interface OrderHistory {
status: string;
changedAt: string;
desc: string | null;
}
export interface OrderPayment {
+1
View File
@@ -60,6 +60,7 @@ const MainRouter: FC = () => {
)}>
<div className='pb-20'>
<Routes>
<Route path={'/'} element={<Statistics />} />
<Route path={Pages.dashboard} element={<Statistics />} />
<Route path={Pages.foods.list} element={<FoodsList />} />