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 d1988bc commit 436c636Copy full SHA for 436c636
packages/debugger/src/setup.ts
@@ -8,8 +8,8 @@ It also starts listening to Solid DEV events and stores them to be sent to the d
8
9
import * as s from 'solid-js'
10
import * as store from 'solid-js/store'
11
-import * as debug from '@solid-devtools/debugger/types'
12
import {assert, error} from '@solid-devtools/shared/utils'
+import * as debug from './types.ts'
13
14
/** @deprecated use `setLocatorOptions` */
15
export function useLocator(options: debug.LocatorOptions) {
0 commit comments