add support slug route
This commit is contained in:
parent
ee229387d7
commit
c045ad315a
@ -18,7 +18,7 @@ import Entities from "@pages/dashboard/Content/Entities";
|
||||
import Tariffs from "@pages/dashboard/Content/Tariffs";
|
||||
import DiscountManagement from "@pages/dashboard/Content/DiscountManagement";
|
||||
import PromocodeManagement from "@pages/dashboard/Content/PromocodeManagement";
|
||||
import Support from "@pages/dashboard/Content/Support";
|
||||
import Support from "@root/pages/dashboard/Content/Support/Support";
|
||||
|
||||
const componentsArray = [
|
||||
["/users", <Users />],
|
||||
@ -26,7 +26,8 @@ const componentsArray = [
|
||||
["/tariffs", <Tariffs />],
|
||||
["/discounts", <DiscountManagement />],
|
||||
["/promocode", <PromocodeManagement />],
|
||||
["/support", <Support />]
|
||||
["/support", <Support />],
|
||||
["/support/:ticketId", <Support />],
|
||||
]
|
||||
|
||||
const container = document.getElementById('root');
|
||||
|
Loading…
Reference in New Issue
Block a user