Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 6beca23

Browse files
committed
breaking: move hooks and hoc to react.ts
1 parent a2033ac commit 6beca23

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mod.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
export { redirect } from './framework/core/routing.ts'
2-
export * from './framework/react/hooks.ts'

react.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export * from './framework/react/hooks.ts'
2+
export * from './framework/react/hoc.ts'

0 commit comments

Comments
 (0)