Added exports for register.tsx in public_api

This commit is contained in:
Kai Röder 2018-12-23 01:29:41 +01:00
parent 7b6a9c3273
commit ac730de1eb
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1,2 @@
export * from '.';
export * from './index';
export * from './register';

View File

@ -8,6 +8,6 @@
"src/**/*.tsx"
],
"exclude": [
"src/__tests__/**/*"
"src/__tests__/"
]
}