Add info section under settings

This commit is contained in:
bl00dymarie
2024-01-05 15:40:33 +01:00
parent 3e50991d12
commit e18eedd4e7
5 changed files with 64 additions and 0 deletions
+2
View File
@@ -1,6 +1,7 @@
import Reminders from './reminders/reminders'
import Customization from './customization'
import DataManagement from './data-management/DataManagement'
import Info from './Info'
import Password from './password'
import About from './About'
import License from './License'
@@ -10,6 +11,7 @@ export default {
Reminders,
Customization,
DataManagement,
Info,
Password,
About,
License,