Skip to content

Commit 778ade2

Browse files
committed
fix import
1 parent cb1baf6 commit 778ade2

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/find/src/pluginManager

1 file changed

+1
-1
lines changed

.github/actions/find/src/pluginManager/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type {Finding} from './types.d.js'
1+
import type {Finding} from '../types.d.js'
22
import playwright from 'playwright'
33

44
export type PluginDefaultParams = {

0 commit comments

Comments
 (0)