chore: fix deps

This commit is contained in:
SethBurkart123
2024-05-24 16:38:16 +10:00
parent 2bd0c00f11
commit 18f499b949
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,12 +6,12 @@ import browser from 'webextension-polyfill';
import { CustomTheme, DownloadedTheme } from '../types/CustomThemes';
import { useSettingsContext } from '../SettingsContext';
import { SettingsState } from '../types/AppProps';
import { debounce } from 'lodash';
import { InstallTheme } from '../../seqta/ui/themes/downloadTheme';
import SpinnerIcon from './LoadingSpinner';
import { toast } from 'react-toastify';
import 'react-toastify/dist/ReactToastify.css';
import useVisibility from './useVisibility';
import { debounce } from 'lodash';
interface ThemeSelectorProps {
isEditMode: boolean;