Skip to content

Commit 436c636

Browse files
committed
Fix import
1 parent d1988bc commit 436c636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/debugger/src/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ It also starts listening to Solid DEV events and stores them to be sent to the d
88

99
import * as s from 'solid-js'
1010
import * as store from 'solid-js/store'
11-
import * as debug from '@solid-devtools/debugger/types'
1211
import {assert, error} from '@solid-devtools/shared/utils'
12+
import * as debug from './types.ts'
1313

1414
/** @deprecated use `setLocatorOptions` */
1515
export function useLocator(options: debug.LocatorOptions) {

0 commit comments

Comments
 (0)