diff options
Diffstat (limited to 'src/components/VencordSettings/BackupRestoreTab.tsx')
-rw-r--r-- | src/components/VencordSettings/BackupRestoreTab.tsx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/VencordSettings/BackupRestoreTab.tsx b/src/components/VencordSettings/BackupRestoreTab.tsx index 73a1309..f0730b3 100644 --- a/src/components/VencordSettings/BackupRestoreTab.tsx +++ b/src/components/VencordSettings/BackupRestoreTab.tsx @@ -16,12 +16,11 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ +import ErrorBoundary from "@components/ErrorBoundary"; +import { Flex } from "@components/Flex"; import { downloadSettingsBackup, uploadSettingsBackup } from "@utils/settingsSync"; import { Button, Card, Forms, Margins, Text } from "@webpack/common"; -import ErrorBoundary from "../ErrorBoundary"; -import { Flex } from "../Flex"; - function BackupRestoreTab() { return ( <Forms.FormSection title="Settings Sync"> |