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 7acc7bc commit 24ac73cCopy full SHA for 24ac73c
packages/app/src/app.ts
@@ -1,6 +1,6 @@
1
import { css, html, nothing } from 'lit'
2
import { customElement, query } from 'lit/decorators.js'
3
-import { TraceType, type TraceLog } from '../../service/src/types.js'
+import { TraceType, type TraceLog } from '@wdio/devtools-service/types'
4
5
import { Element } from '@core/element'
6
import { DataManagerController } from './controller/DataManager.js'
0 commit comments