mirror of
https://github.com/Equicord/Equicord.git
synced 2025-03-10 12:10:24 -04:00
Fix
This commit is contained in:
parent
f1d886e3bf
commit
5524d2f835
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@
|
|||
*/
|
||||
|
||||
import { Settings } from "@api/Settings";
|
||||
import ThemesTab from "@components/ThemeSettings/ThemesTab";
|
||||
import BackupAndRestoreTab from "@components/VencordSettings/BackupAndRestoreTab";
|
||||
import CloudTab from "@components/VencordSettings/CloudTab";
|
||||
import PatchHelperTab from "@components/VencordSettings/PatchHelperTab";
|
||||
|
@ -96,7 +95,7 @@ export default definePlugin({
|
|||
{
|
||||
section: "VencordThemes",
|
||||
label: "Themes",
|
||||
element: ThemesTab,
|
||||
element: require("@components/ThemeSettings/ThemesTab").default,
|
||||
className: "vc-themes"
|
||||
},
|
||||
!IS_UPDATER_DISABLED && {
|
||||
|
|
Loading…
Add table
Reference in a new issue