From b3101c2c1ed5936f855af14ed25c9adf136f6397 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Mon, 8 Mar 2021 13:23:41 +0100 Subject: [PATCH] update remix plugin --- src/views/HomeView.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/HomeView.tsx b/src/views/HomeView.tsx index af524be1c1..98fdaf597f 100644 --- a/src/views/HomeView.tsx +++ b/src/views/HomeView.tsx @@ -4,7 +4,6 @@ import { ContractName, Documentation } from "../types"; import { publish } from "../utils"; import { htmlTemplate } from "../utils/template"; - export const HomeView: React.FC = () => { const [activeItem, setActiveItem] = useState(""); const [isPublishing, setIsPublishing] = useState(false);