import React from 'react'; import { CheckPagePermissions } from 'strapi-helper-plugin'; import adminPermissions from '../../../permissions'; import ListPage from '../ListPage'; const ProtectedListPage = () => ( ); export default ProtectedListPage;