File tree Expand file tree Collapse file tree
packages/webui/src/client/ui/Settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ import Button from 'react-bootstrap/esm/Button'
2121import { stringifyError } from '@sofie-automation/shared-lib/dist/lib/stringifyError'
2222import { createPrivateApiPath } from '../../url.js'
2323import { UserError } from '@sofie-automation/corelib/dist/error'
24- import { SnapshotItem , SnapshotType } from '@sofie-automation/meteor-lib/dist/collections/Snapshots.js '
24+ import { SnapshotItem , SnapshotType } from '@sofie-automation/meteor-lib/dist/collections/Snapshots'
2525import { useState } from 'react'
2626import { MomentFromNow } from '../../lib/Moment.js'
27- import { assertNever } from '@sofie-automation/corelib/dist/lib.js '
27+ import { assertNever } from '@sofie-automation/corelib/dist/lib'
2828
2929export default function SnapshotsView ( ) : JSX . Element {
3030 const { t } = useTranslation ( )
You can’t perform that action at this time.
0 commit comments