import React from 'react'; import { NoContent } from '@strapi/helper-plugin'; const NoChanges = () => ( ); export default NoChanges;