Skip to content

Commit

Permalink
refactor: move files around
Browse files Browse the repository at this point in the history
  • Loading branch information
WofWca committed May 27, 2022
1 parent e7a74a2 commit a00166a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/entry-points/content/AllMediaElementsController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type StretchingController from './StretchingController/StretchingControll
import type CloningController from './CloningController/CloningController';
import type AlwaysSoundedController from './AlwaysSoundedController';
import type TimeSavedTracker from './TimeSavedTracker';
import extensionSettings2ControllerSettings from './extensionSettings2ControllerSettings';
import extensionSettings2ControllerSettings from './helpers/extensionSettings2ControllerSettings';
import { HotkeyAction, HotkeyBinding } from '@/hotkeys';
import type { keydownEventToActions } from '@/hotkeys';
import broadcastStatus from './broadcastStatus';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Settings as ExtensionSettings } from '@/settings';
import type { ControllerSettings } from './StretchingController/StretchingController';
import type { ControllerSettings } from '../StretchingController/StretchingController';
import { getAbsoluteClampedSilenceSpeed } from '@/settings';

export default function extensionSettings2ControllerSettings(extensionSettings: ExtensionSettings): ControllerSettings {
Expand Down

0 comments on commit a00166a

Please sign in to comment.