fix(select-rich): add index.js with class export

This commit is contained in:
Joren Broekema 2019-07-26 11:55:52 +02:00 committed by Mikhail Bashkirov
parent 02741266d0
commit 7d0aeb1fc6

View file

@ -0,0 +1 @@
export { LionSelectRich } from './src/LionSelectRich.js';