improvements
This commit is contained in:
@@ -4,6 +4,7 @@ import HomePage from './pages/home/HomePage'
|
||||
import CloudPage from './pages/cloud/CloudPage'
|
||||
import NetworkPage from './pages/network/NetworkPage'
|
||||
import AgentsPage from './pages/agents/AgentsPage'
|
||||
import DownloadPage from './pages/download/DownloadPage'
|
||||
|
||||
function App() {
|
||||
return (
|
||||
@@ -14,6 +15,7 @@ function App() {
|
||||
<Route path="cloud" element={<CloudPage />} />
|
||||
<Route path="network" element={<NetworkPage />} />
|
||||
<Route path="agents" element={<AgentsPage />} />
|
||||
<Route path="download" element={<DownloadPage />} />
|
||||
</Route>
|
||||
</Routes>
|
||||
</BrowserRouter>
|
||||
|
||||
Reference in New Issue
Block a user