feat: update layout and routing structure with theme toggle functionality
This commit is contained in:
8
GUI/src/plugins/routesLayout.ts
Normal file
8
GUI/src/plugins/routesLayout.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export default [
|
||||
{
|
||||
path: "/",
|
||||
name: "Startseite",
|
||||
description: "Übersicht der Anwendung",
|
||||
icon: "mdi-home",
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user