mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
update exports
This commit is contained in:
parent
f6e28d2463
commit
035abe1562
@ -3,7 +3,8 @@ import ProfileSettings from "./profile"
|
||||
import SecuritySettings from "./security"
|
||||
import NotificationsSettings from "./notifications"
|
||||
import ApparenceSettings from "./apparence"
|
||||
//import ExtensionsSettings from "./extensions"
|
||||
import ExtensionsSettings from "./extensions"
|
||||
import SyncSettings from "./sync"
|
||||
|
||||
export default {
|
||||
app: AppSettings,
|
||||
@ -11,4 +12,6 @@ export default {
|
||||
apparence: ApparenceSettings,
|
||||
security: SecuritySettings,
|
||||
notifications: NotificationsSettings,
|
||||
extensions: ExtensionsSettings,
|
||||
sync: SyncSettings,
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user