list of resellers
This commit is contained in:
@@ -91,6 +91,7 @@ import DkalaSmsCountList from '../pages/dkala/shop/SmsCountList.tsx'
|
||||
import UpdateShop from '../pages/dkala/shop/Update.tsx'
|
||||
import SubscriptionsList from '../pages/subscriptions/List.tsx'
|
||||
import Domains from '../pages/dmail/Domains.tsx'
|
||||
import ResellerList from '../pages/reseller/List.tsx'
|
||||
// import WarningsList from '../pages/dmenu/reports/List' // TODO: Create this component
|
||||
const MainRouter: FC = () => {
|
||||
|
||||
@@ -198,6 +199,8 @@ const MainRouter: FC = () => {
|
||||
<Route path={Pages.subscriptions.list} element={<SubscriptionsList />} />
|
||||
|
||||
<Route path={Pages.dmail.list} element={<Domains />} />
|
||||
|
||||
<Route path={Pages.reseller.list} element={<ResellerList />} />
|
||||
</Routes>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user