mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
14 lines
437 B
JavaScript
Executable File
14 lines
437 B
JavaScript
Executable File
import AppSettings from "./app"
|
|
import ProfileSettings from "./profile"
|
|
import SecuritySettings from "./security"
|
|
import NotificationsSettings from "./notifications"
|
|
import ApparenceSettings from "./apparence"
|
|
//import ExtensionsSettings from "./extensions"
|
|
|
|
export default {
|
|
app: AppSettings,
|
|
profile: ProfileSettings,
|
|
apparence: ApparenceSettings,
|
|
security: SecuritySettings,
|
|
notifications: NotificationsSettings,
|
|
} |