Skip to content

Commit 8371b39

Browse files
author
devgioele
committed
fix exports
1 parent 874056f commit 8371b39

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/routers/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
export * from './nextRouter'
2+
export * from './inMemory'
3+
export * from './reactRouter'

src/zod/routers/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
export * from './nextRouter'
2+
export * from './inMemory'
3+
export * from './reactRouter'

0 commit comments

Comments
 (0)