diff --git a/App/App/SceneDelegate.swift b/App/App/SceneDelegate.swift index 776a557a..d69d7e1f 100644 --- a/App/App/SceneDelegate.swift +++ b/App/App/SceneDelegate.swift @@ -136,5 +136,10 @@ extension SceneDelegate { usecase: DIContainer.shared.resolve(type: EditVideoUseCaseInterface.self) ) ) + + DIContainer.shared.register( + type: PreviewViewModel.self, + instance: PreviewViewModel(usecase: DIContainer.shared.resolve(type: EditVideoUseCaseInterface.self)) + ) } }