Module router

Source

Re-exports§

pub use Login_completions::Component::Login;
pub use Home_completions::Component::Home;
pub use Dashboard_completions::Component::Dashboard;
pub use Profile_completions::Component::Profile;
pub use Plugins_completions::Component::Plugins;
pub use Settings_completions::Component::Settings;
pub use Admin_completions::Component::Admin;
pub use Plugin_completions::Component::Plugin;
pub use PluginPage_completions::Component::PluginPage;
pub use NotFound_completions::Component::NotFound;
pub use AuthenticatedLayout_completions::Component::AuthenticatedLayout;
pub use PermissionGuard_completions::Component::PermissionGuard;

Modules§

nav
Navigation utilities

Structs§

AuthenticatedLayoutProps
Properties for the AuthenticatedLayout component.
NotFoundProps
Properties for the NotFound component.
PermissionGuardProps
Properties for the PermissionGuard component.
PluginPageProps
Properties for the PluginPage component.
PluginProps
Properties for the Plugin component.

Enums§

Route
Application routes with authentication and authorization

Functions§

Admin
AuthenticatedLayout
Authenticated layout wrapper that checks authentication before rendering
Dashboard
Home
Login
Route component implementations
NotFound
Props
PermissionGuard
Permission guard component
Plugin
Props
PluginPage
Props
Plugins
Profile
Settings