feat: add plug and organization
This commit is contained in:
@@ -4,6 +4,7 @@ import { HomePage } from "@/pages/home.page";
|
||||
import { SecondaryPage } from "@/pages/secondary.page";
|
||||
import { AuthPage } from "@/pages/AuthPage";
|
||||
import { CreateOrganizationPage } from "@/pages/CreateOrganizationPage";
|
||||
import { OrganizationPage } from "@/pages/OrganizationPage";
|
||||
import { ProtectedRoute } from "./helper/protected.route";
|
||||
|
||||
export const Routing = () => {
|
||||
@@ -29,6 +30,14 @@ export const Routing = () => {
|
||||
</ProtectedRoute>
|
||||
}
|
||||
/>
|
||||
<Route
|
||||
path="/organization"
|
||||
element={
|
||||
<ProtectedRoute>
|
||||
<OrganizationPage />
|
||||
</ProtectedRoute>
|
||||
}
|
||||
/>
|
||||
<Route
|
||||
path="/secondary"
|
||||
element={
|
||||
|
||||
Reference in New Issue
Block a user