We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34508a6 commit a847a82Copy full SHA for a847a82
1 file changed
packages/webui/src/client/ui/Settings/BlueprintSettings.tsx
@@ -22,7 +22,7 @@ import { stringifyError } from '@sofie-automation/shared-lib/dist/lib/stringifyE
22
import { createPrivateApiPath } from '../../url.js'
23
import { DBShowStyleBase } from '@sofie-automation/corelib/dist/dataModel/ShowStyleBase.js'
24
import { DBStudio } from '@sofie-automation/corelib/dist/dataModel/Studio.js'
25
-import { assertNever } from '@sofie-automation/corelib/dist/lib.js'
+import { assertNever } from '@sofie-automation/corelib/dist/lib'
26
27
interface IProps {
28
blueprintId: BlueprintId
0 commit comments