From e30fffac650ad73e01e33c0f5aab8fbfa5bfd1ed Mon Sep 17 00:00:00 2001 From: Tom Shortall Date: Mon, 28 Nov 2022 10:15:21 +0000 Subject: [PATCH] fix import --- .../files/ts/plugin/admin/src/components/PluginIcon/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/generators/generators/lib/files/ts/plugin/admin/src/components/PluginIcon/index.tsx b/packages/generators/generators/lib/files/ts/plugin/admin/src/components/PluginIcon/index.tsx index 3fc9102aa0..bd2bd3e571 100644 --- a/packages/generators/generators/lib/files/ts/plugin/admin/src/components/PluginIcon/index.tsx +++ b/packages/generators/generators/lib/files/ts/plugin/admin/src/components/PluginIcon/index.tsx @@ -5,7 +5,7 @@ */ import React from 'react'; -import Puzzle from '@strapi/icons'; +import { Puzzle } from '@strapi/icons'; const PluginIcon: React.VoidFunctionComponent = () => ;