This commit is contained in:
Daniel Hübleitner
2019-08-11 12:09:39 +02:00
parent f7d6f187af
commit 3812748ba9
-1
View File
@@ -22,5 +22,4 @@ export class PluginModule implements FrontendPlugin{
getSidebarEntry(): SidebarEntry { getSidebarEntry(): SidebarEntry {
return {icon: 'check', text: 'Plugin manager', route: 'pluginmanager'} return {icon: 'check', text: 'Plugin manager', route: 'pluginmanager'}
} }
} }