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);