diff --git a/src/renderer/features/settings/components/window/cache-settngs.tsx b/src/renderer/features/settings/components/window/cache-settngs.tsx index 7a566334..310703f5 100644 --- a/src/renderer/features/settings/components/window/cache-settngs.tsx +++ b/src/renderer/features/settings/components/window/cache-settngs.tsx @@ -1,9 +1,8 @@ -import { Button } from '@mantine/core'; import { closeAllModals, openModal } from '@mantine/modals'; import { useQueryClient } from '@tanstack/react-query'; import isElectron from 'is-electron'; import { useTranslation } from 'react-i18next'; -import { ConfirmModal, toast } from '/@/renderer/components'; +import { Button, ConfirmModal, toast } from '/@/renderer/components'; import { SettingsOptions } from '/@/renderer/features/settings/components/settings-option'; import { useCallback, useState } from 'react';