Use explicit export

This commit is contained in:
Chi Vinh Le
2018-07-19 20:02:21 -03:00
parent 521af6f0aa
commit 69b459d02b
10 changed files with 15 additions and 16 deletions
@@ -1,2 +1 @@
export * from "./RelativeTime";
export { default } from "./RelativeTime";
export { default, RelativeTimeProps } from "./RelativeTime";