subscription list
This commit is contained in:
@@ -83,6 +83,7 @@ import WarningsList from '../pages/dmenu/report/List.tsx'
|
||||
import RestaurantsList from '../pages/dmenu/restaurant/List.tsx'
|
||||
import SmsCountList from '../pages/dmenu/restaurant/SmsCountList.tsx'
|
||||
import UpdateRestaurant from '../pages/dmenu/restaurant/Update.tsx'
|
||||
import SubscriptionsList from '../pages/subscriptions/List.tsx'
|
||||
// import WarningsList from '../pages/dmenu/reports/List' // TODO: Create this component
|
||||
const MainRouter: FC = () => {
|
||||
|
||||
@@ -179,6 +180,8 @@ const MainRouter: FC = () => {
|
||||
<Route path={Pages.dmenu.restaurants.list} element={<RestaurantsList />} />
|
||||
<Route path={Pages.dmenu.restaurants.smsCountList} element={<SmsCountList />} />
|
||||
<Route path={Pages.dmenu.restaurants.update + ':id'} element={<UpdateRestaurant />} />
|
||||
|
||||
<Route path={Pages.subscriptions.list} element={<SubscriptionsList />} />
|
||||
</Routes>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user