UNPKG

strapi-plugin-parent-child-relationships

Version:

Strapi plugin to create and manage parent-child relationships between content types using custom fields

13 lines (9 loc) 182 B
/** * * PluginIcon * */ import React from 'react'; import { Relation } from '@strapi/icons'; const CustomRelationIcon = () => <Relation />; export default CustomRelationIcon;