Export component in plugin root

This commit is contained in:
Bilawal Hameed
2020-02-03 15:25:54 +01:00
parent 901fd56cdc
commit 419c95764a
@@ -1 +1,2 @@
export { default } from './plugin';
export { default as ExampleComponent } from './components/ExampleComponent';