list of resellers

This commit is contained in:
hamid zarghami
2026-04-18 15:50:02 +03:30
parent ca47e65602
commit f63d4f3c1d
9 changed files with 147 additions and 3 deletions
+3
View File
@@ -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>