import adminCanRead from './adminCanRead';
import adminCanRestore from './adminCanRestore';
import adminCanDeletePermanently from './adminCanDeletePermanently';

export default {
  adminCanRead,
  adminCanRestore,
  adminCanDeletePermanently,
};
