Browse Source

export index

acampillo 3 years ago
parent
commit
6c15dddf5b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/index.ts

+ 5 - 0
src/index.ts

@@ -0,0 +1,5 @@
+export * from './constants'
+export * from './hooks'
+export * from './services'
+export * from './types'
+export * from './utils'