mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-07 16:13:36 -05:00
fix
This commit is contained in:
parent
a60f661410
commit
f1d886e3bf
1 changed files with 1 additions and 1 deletions
|
@ -17,11 +17,11 @@
|
|||
*/
|
||||
|
||||
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";
|
||||
import PluginsTab from "@components/VencordSettings/PluginsTab";
|
||||
import ThemesTab from "@components/VencordSettings/ThemesTab";
|
||||
import UpdaterTab from "@components/VencordSettings/UpdaterTab";
|
||||
import VencordTab from "@components/VencordSettings/VencordTab";
|
||||
import { Devs } from "@utils/constants";
|
||||
|
|
Loading…
Reference in a new issue