mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 18:33:55 +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 Puzzle from '@strapi/icons/Puzzle';
|
||||
import { Puzzle } from '@strapi/icons';
|
||||
|
||||
const PluginIcon: React.VoidFunctionComponent = () => <Puzzle />;
|
||||
|
||||
|
||||
@ -7,7 +7,9 @@
|
||||
"description": "Description of {{ pluginName }} plugin",
|
||||
"kind": "plugin"
|
||||
},
|
||||
"dependencies": {},
|
||||
"dependencies": {
|
||||
"@strapi/icons": "^1.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "4.6.3"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user