UNPKG

@bn-digital/strapi-plugin-field-uuid

Version:

This plugin adds support of UUID field type to Strapi

7 lines (4 loc) 143 B
import React from 'react' import icon from './icon.svg' const UuidIcon = () => <img alt={'uuid'} src={icon} /> export default UuidIcon