fix import

This commit is contained in:
Tom Shortall 2022-11-28 10:15:21 +00:00
parent ae638e981f
commit e30fffac65

View File

@ -5,7 +5,7 @@
*/
import React from 'react';
import Puzzle from '@strapi/icons';
import { Puzzle } from '@strapi/icons';
const PluginIcon: React.VoidFunctionComponent = () => <Puzzle />;