fix: adaptive #4
ci-front / build (push) Successful in 2m29s

This commit is contained in:
nikita
2026-04-05 08:27:14 +03:00
parent 5b90447984
commit c175461634
@@ -122,7 +122,7 @@ export const Routing = () => {
<Route path="/register" element={<RegisterPage />} />
<Route element={<DefaultLayout />}>
<Route path="/" element={<HomePage />} />
<Route path="/" element={<TemplatesPage />} />
<Route path="/add-agents" element={<AddAgentsPage />} />
<Route path="/registration" element={<RegistrationTokenPage />} />
<Route path="/logs" element={<LogsPage />} />
@@ -130,7 +130,7 @@ export const Routing = () => {
<Route path="/IDE" element={<IDEPage />} />
<Route path="/templates" element={<TemplatesPage />} />
<Route path="/graphs" element={<GraphsPage />} />
<Route path="/dashboard" element={<DashboardPage />} />
{/* <Route path="/dashboard" element={<DashboardPage />} /> */}
<Route
path="/dashboard/:agentLabel"
element={<AgentDashboardPage />}