update remix plugin

pull/5370/head
filip mertens 4 years ago committed by Joseph Izang
parent d41133ec2e
commit 3019cbaa91
  1. 1
      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);

Loading…
Cancel
Save