Skip to content

Commit 19c9035

Browse files
committed
style: remove unused imports
1 parent 0d8ac1f commit 19c9035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
import { type AsyncOrSync } from '@poppinss/utils/types'
11-
import { CommonHooks, type HookParams } from './types/hooks.ts'
11+
import { type HookParams } from './types/hooks.ts'
1212

1313
/**
1414
* Collection of hooks that can be used to listen for various events during

0 commit comments

Comments
 (0)