get rid of directory import
This commit is contained in:
parent
e43331210f
commit
dd8a80461c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
export * as ser from './ser'
|
||||
export * as de from './de'
|
||||
export * as ser from './ser/index'
|
||||
export * as de from './de/index'
|
||||
export * from './decorator'
|
||||
export * from './options'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue