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 70f109a commit 3657b9bCopy full SHA for 3657b9b
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 '@wdio/devtools-service/types'
+import { TraceType, type TraceLog } from '../../service/src/types.js'
4
5
import { Element } from '@core/element'
6
import { DataManagerController } from './controller/DataManager.js'
0 commit comments