Skip to content

Commit 24ac73c

Browse files
committed
Import type fix
1 parent 7acc7bc commit 24ac73c

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 '../../service/src/types.js'
3+
import { TraceType, type TraceLog } from '@wdio/devtools-service/types'
44

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

0 commit comments

Comments
 (0)