More default exports removals

This commit is contained in:
Alejandro Celaya
2022-05-28 10:47:39 +02:00
parent e70724f058
commit 2cac1d9fd2
43 changed files with 56 additions and 73 deletions

View File

@@ -6,7 +6,7 @@ import {
RealTimeUpdatesSettings as RealTimeUpdatesSettingsOptions,
Settings,
} from '../../src/settings/reducers/settings';
import RealTimeUpdatesSettings from '../../src/settings/RealTimeUpdatesSettings';
import { RealTimeUpdatesSettings } from '../../src/settings/RealTimeUpdatesSettings';
import { ToggleSwitch } from '../../src/utils/ToggleSwitch';
import { LabeledFormGroup } from '../../src/utils/forms/LabeledFormGroup';