mirror of
https://github.com/strapi/strapi.git
synced 2025-11-14 17:19:01 +00:00
Merge pull request #15016 from tomscytale/fix/plugin-example
This commit is contained in:
commit
c6d875982b
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Puzzle from '@strapi/icons/Puzzle';
|
import { Puzzle } from '@strapi/icons';
|
||||||
|
|
||||||
const PluginIcon: React.VoidFunctionComponent = () => <Puzzle />;
|
const PluginIcon: React.VoidFunctionComponent = () => <Puzzle />;
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,9 @@
|
|||||||
"description": "Description of {{ pluginName }} plugin",
|
"description": "Description of {{ pluginName }} plugin",
|
||||||
"kind": "plugin"
|
"kind": "plugin"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {
|
||||||
|
"@strapi/icons": "^1.3.1"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "4.6.3"
|
"typescript": "4.6.3"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user