/** * Entity Feedback backend plugin * * @packageDocumentation */ export * from './service/router'; export { entityFeedbackPlugin as default } from './plugin';