Skip to content

Commit 7e750d7

Browse files
committed
feat: export SameScope decorator
1 parent 5e8f6fb commit 7e750d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export {
99
ActionMethodOfAyanami,
1010
TransientScope,
1111
SingletonScope,
12+
SameScope,
1213
} from './core'
1314
export { getAllActionsForTest } from './test-helper'
1415
export * from './hooks'

0 commit comments

Comments
 (0)