mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
remove subscriptions
This commit is contained in:
parent
21b0b2799c
commit
2430ae3c4d
@ -1,7 +1,6 @@
|
||||
import GeneralSettings from "./general"
|
||||
import ProfileSettings from "./profile"
|
||||
import SecuritySettings from "./security"
|
||||
import SubcriptionsSettings from "./subscriptions"
|
||||
import NotificationsSettings from "./notifications"
|
||||
import ApparenceSettings from "./apparence"
|
||||
import ExtensionsSettings from "./extensions"
|
||||
@ -19,6 +18,5 @@ export default {
|
||||
notifications: NotificationsSettings,
|
||||
extensions: ExtensionsSettings,
|
||||
sync: SyncSettings,
|
||||
subscriptions: SubcriptionsSettings,
|
||||
about: AboutPage,
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
export default {
|
||||
id: "subscriptions",
|
||||
label: "Subscriptions",
|
||||
icon: "MdLoyalty",
|
||||
group: "other",
|
||||
settings: [
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user