Skip to content

Commit 3657b9b

Browse files
committed
Import fix
1 parent 70f109a commit 3657b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { css, html, nothing } from 'lit'
22
import { customElement, query } from 'lit/decorators.js'
3-
import { TraceType, type TraceLog } from '@wdio/devtools-service/types'
3+
import { TraceType, type TraceLog } from '../../service/src/types.js'
44

55
import { Element } from '@core/element'
66
import { DataManagerController } from './controller/DataManager.js'

0 commit comments

Comments
 (0)