From 8474e1c3fea86da711dd946204353f7c4aaa54f5 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