check deploy
This commit is contained in:
@@ -61,6 +61,7 @@ export interface OrderRestaurant {
|
|||||||
domain: string;
|
domain: string;
|
||||||
score: RestaurantScore;
|
score: RestaurantScore;
|
||||||
plan: string;
|
plan: string;
|
||||||
|
subscriptionId: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface OrderDeliveryMethod {
|
export interface OrderDeliveryMethod {
|
||||||
@@ -152,7 +153,6 @@ export interface OrderItem {
|
|||||||
export interface OrderHistory {
|
export interface OrderHistory {
|
||||||
status: string;
|
status: string;
|
||||||
changedAt: string;
|
changedAt: string;
|
||||||
desc: string | null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface OrderPayment {
|
export interface OrderPayment {
|
||||||
|
|||||||
@@ -60,6 +60,7 @@ const MainRouter: FC = () => {
|
|||||||
)}>
|
)}>
|
||||||
<div className='pb-20'>
|
<div className='pb-20'>
|
||||||
<Routes>
|
<Routes>
|
||||||
|
<Route path={'/'} element={<Statistics />} />
|
||||||
<Route path={Pages.dashboard} element={<Statistics />} />
|
<Route path={Pages.dashboard} element={<Statistics />} />
|
||||||
|
|
||||||
<Route path={Pages.foods.list} element={<FoodsList />} />
|
<Route path={Pages.foods.list} element={<FoodsList />} />
|
||||||
|
|||||||
Reference in New Issue
Block a user