update remix plugin

pull/5370/head
filip mertens 4 years ago committed by Aniket
parent 26ce896bf3
commit 5884790d1e
  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