This commit is contained in:
@@ -89,6 +89,7 @@ import DkalaWarningsList from '../pages/dkala/report/List.tsx'
|
||||
import ShopsList from '../pages/dkala/shop/List.tsx'
|
||||
import DkalaSmsCountList from '../pages/dkala/shop/SmsCountList.tsx'
|
||||
import UpdateShop from '../pages/dkala/shop/Update.tsx'
|
||||
import DpageStickersList from '../pages/dpage/sticker/List'
|
||||
import SubscriptionsList from '../pages/subscriptions/List.tsx'
|
||||
import Domains from '../pages/dmail/Domains.tsx'
|
||||
import ResellerList from '../pages/reseller/List.tsx'
|
||||
@@ -198,6 +199,8 @@ const MainRouter: FC = () => {
|
||||
<Route path={Pages.dkala.shops.smsCountList} element={<DkalaSmsCountList />} />
|
||||
<Route path={Pages.dkala.shops.update + ':id'} element={<UpdateShop />} />
|
||||
|
||||
<Route path={Pages.dpage.stickers.list} element={<DpageStickersList />} />
|
||||
|
||||
<Route path={Pages.subscriptions.list} element={<SubscriptionsList />} />
|
||||
|
||||
<Route path={Pages.dmail.list} element={<Domains />} />
|
||||
|
||||
Reference in New Issue
Block a user