Add UI components
This commit is contained in:
@@ -20,6 +20,7 @@ const App = () => {
|
||||
{ path: "/dashboard", element: <Placeholder title="Dashboard" /> },
|
||||
{ path: "/servers", element: <Placeholder title="Servers" /> },
|
||||
{ path: "/settings", element: <Placeholder title="Settings" /> },
|
||||
{ path: "/admin/users", element: <Placeholder title="User Management" /> },
|
||||
],
|
||||
},
|
||||
]);
|
||||
|
Reference in New Issue
Block a user