diff --git a/components/Layout/Layout.tsx b/components/Layout/Layout.tsx index e9453971..83da87a2 100644 --- a/components/Layout/Layout.tsx +++ b/components/Layout/Layout.tsx @@ -8,7 +8,6 @@ import { useInitializeVoteTiming } from "hooks"; import { ReactNode } from "react"; import styled from "styled-components"; import { Meta } from "./Meta"; -import { VoteHistoryBanner } from "components/AnnouncementBanners/VoteHistoryBanner"; interface Props { children: ReactNode; @@ -22,7 +21,6 @@ export function Layout({ children, title }: Props) {
-