From 775a0c732b07959ff314acb4bf89e9d93ec25421 Mon Sep 17 00:00:00 2001 From: joseph izang Date: Thu, 1 Jul 2021 13:03:16 +0100 Subject: [PATCH] add types and a few more components --- libs/remix-ui/plugin-manager/src/lib/components/pluginCard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/remix-ui/plugin-manager/src/lib/components/pluginCard.tsx b/libs/remix-ui/plugin-manager/src/lib/components/pluginCard.tsx index ede66729e2..85e95dc707 100644 --- a/libs/remix-ui/plugin-manager/src/lib/components/pluginCard.tsx +++ b/libs/remix-ui/plugin-manager/src/lib/components/pluginCard.tsx @@ -1,6 +1,5 @@ import React from 'react' import '../remix-ui-plugin-manager.css' -import '' import Button from './button' interface PluginCardProps { profileName: string