diff --git a/src/main.ts b/src/main.ts index 1cdfa8c..d596dc5 100644 --- a/src/main.ts +++ b/src/main.ts @@ -5,7 +5,7 @@ import type { SavedWebViewDefinition, WebViewContentType, WebViewDefinition, -} from 'shared/data/web-view.model'; +} from 'shared/models/web-view.model'; import type { DoStuffEvent, ExtensionVerseDataTypes,