diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2019-08-02 00:41:10 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2019-08-02 00:41:10 +0300 |
commit | a08fd54e8be0ec30c0e095d318d59001c8e272e0 (patch) | |
tree | cc6b209ecb008080ca7e5c710d04efaa4405a6a0 /index.js |
first commit
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js new file mode 100644 index 0000000..519c866 --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +export { default as Compose } from './compose';
\ No newline at end of file |