feat: settings page
This commit is contained in:
@@ -21,5 +21,6 @@ const router = {
|
||||
if (id === 'home') window.updateHomeCards && window.updateHomeCards();
|
||||
if (id === 'applist') window.loadAppList && window.loadAppList();
|
||||
if (id === 'webapplist') window.loadWebAppList && window.loadWebAppList();
|
||||
if (id === 'settings') window.loadSettings && window.loadSettings();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user