update remix plugin

pull/3542/head
filip mertens 4 years ago committed by Joseph Izang
parent 9bc3bbf780
commit cbd2f668ea
  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