mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
remove subscriptions
This commit is contained in:
parent
21b0b2799c
commit
2430ae3c4d
@ -1,7 +1,6 @@
|
|||||||
import GeneralSettings from "./general"
|
import GeneralSettings from "./general"
|
||||||
import ProfileSettings from "./profile"
|
import ProfileSettings from "./profile"
|
||||||
import SecuritySettings from "./security"
|
import SecuritySettings from "./security"
|
||||||
import SubcriptionsSettings from "./subscriptions"
|
|
||||||
import NotificationsSettings from "./notifications"
|
import NotificationsSettings from "./notifications"
|
||||||
import ApparenceSettings from "./apparence"
|
import ApparenceSettings from "./apparence"
|
||||||
import ExtensionsSettings from "./extensions"
|
import ExtensionsSettings from "./extensions"
|
||||||
@ -19,6 +18,5 @@ export default {
|
|||||||
notifications: NotificationsSettings,
|
notifications: NotificationsSettings,
|
||||||
extensions: ExtensionsSettings,
|
extensions: ExtensionsSettings,
|
||||||
sync: SyncSettings,
|
sync: SyncSettings,
|
||||||
subscriptions: SubcriptionsSettings,
|
|
||||||
about: AboutPage,
|
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