/** * The notifications backend module for the scaffolder plugin. * * @packageDocumentation */ export * from './actions'; export { scaffolderModuleNotifications as default } from './module';