refactor: types and constants directories

This commit is contained in:
Mo
2022-06-01 10:23:37 -05:00
parent 54125cec21
commit 721cf8df35
70 changed files with 67 additions and 170 deletions

View File

@@ -30,8 +30,8 @@ import { FilePreviewModalController } from '../../Controllers/FilePreviewModalCo
import { SelectedItemsController } from '../../Controllers/SelectedItemsController'
import { ListableContentItem } from '@/Components/ContentListView/Types/ListableContentItem'
import { ViewControllerManagerEvent } from './ViewControllerManagerEvent'
import { EditorEventSource } from '../../Typings/EditorEventSource'
import { PanelResizedData } from '../../Typings/PanelResizedData'
import { EditorEventSource } from '../../Types/EditorEventSource'
import { PanelResizedData } from '../../Types/PanelResizedData'
type ObserverCallback = (event: ViewControllerManagerEvent, data?: unknown) => Promise<void>