update remix plugin

pull/3475/head
filip mertens 4 years ago committed by Aniket
parent d18af4da1d
commit b3101c2c1e
  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