add webLibrayPlugin export to index file

Signed-off-by: Kurt King <kurtaking@gmail.com>
This commit is contained in:
Kurt King
2022-11-24 10:35:40 -06:00
parent f98dd32d5c
commit d2553e630b
@@ -16,5 +16,6 @@
export { frontendPlugin } from './frontendPlugin';
export { backendPlugin } from './backendPlugin';
export { webLibraryPlugin } from './webLibraryPlugin';
export { pluginCommon } from './pluginCommon';
export { scaffolderModule } from './scaffolderModule';