add tickedId route

This commit is contained in:
nflnkr 2022-12-15 17:06:52 +03:00
parent 779f73cf1e
commit eed5cd99f5

@ -70,6 +70,12 @@ function App() {
<Support /> <Support />
</> </>
} /> } />
<Route path="/support/:ticketId" element={
<>
<Navbar isLoggedIn={true} isCollapsed={!upMd} />
<Support />
</>
} />
<Route path="/tariffconstructor" element={ <Route path="/tariffconstructor" element={
<> <>
<Navbar isLoggedIn={true} isCollapsed={!upMd} /> <Navbar isLoggedIn={true} isCollapsed={!upMd} />