UNPKG

@thirdrocktechno/strapi-gpt

Version:

A StrapiGPT plugin for integrating AI-powered custom ChatBot with your strapi content.

13 lines (9 loc) 165 B
/** * * PluginIcon * */ import React from 'react'; import Puzzle from '@strapi/icons/Puzzle'; const PluginIcon = () => <Puzzle />; export default PluginIcon;