[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io
2024-06-19 09:21:51 +00:00
parent 0e491edc46
commit 9cfa0cba63
14 changed files with 21 additions and 23 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import browser from 'webextension-polyfill'
import { MenuOptionsOpen, OpenMenuOptions, OpenWhatsNewPopup, closeSettings } from '../../../SEQTA';
import { closeSettings, MenuOptionsOpen, OpenMenuOptions, OpenWhatsNewPopup } from '../../../SEQTA';
import { deleteTheme } from '../../ui/themes/deleteTheme';
import { getAvailableThemes } from '../../ui/themes/getAvailableThemes';
import { saveTheme } from '../../ui/themes/saveTheme';
+3 -3
View File
@@ -1,14 +1,14 @@
import { settingsState } from './SettingsState';
import { updateAllColors } from '../../ui/colors/Manager';
import {
addShortcuts,
CreateBackground,
CreateCustomShortcutDiv,
disableNotificationCollector,
enableNotificationCollector,
FilterUpcomingAssessments,
RemoveBackground,
RemoveShortcutDiv,
addShortcuts,
disableNotificationCollector,
enableNotificationCollector,
} from '../../../SEQTA';
import { updateBgDurations } from '../../ui/Animation';
import browser from 'webextension-polyfill';