diff options
Diffstat (limited to 'src/components/VencordSettings/VencordTab.tsx')
-rw-r--r-- | src/components/VencordSettings/VencordTab.tsx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/VencordSettings/VencordTab.tsx b/src/components/VencordSettings/VencordTab.tsx index 3a3f45f..04fb057 100644 --- a/src/components/VencordSettings/VencordTab.tsx +++ b/src/components/VencordSettings/VencordTab.tsx @@ -18,13 +18,12 @@ import { useSettings } from "@api/settings"; +import DonateButton from "@components/DonateButton"; +import ErrorBoundary from "@components/ErrorBoundary"; import IpcEvents from "@utils/IpcEvents"; import { useAwaiter } from "@utils/misc"; import { Button, Card, Forms, React, Switch } from "@webpack/common"; -import DonateButton from "../DonateButton"; -import ErrorBoundary from "../ErrorBoundary"; - const st = (style: string) => `vcSettings${style}`; function VencordSettings() { |