diff --git a/frontend/src/ts/components/layout/footer/Footer.tsx b/frontend/src/ts/components/layout/footer/Footer.tsx index 685612e9c..1f915b61c 100644 --- a/frontend/src/ts/components/layout/footer/Footer.tsx +++ b/frontend/src/ts/components/layout/footer/Footer.tsx @@ -4,26 +4,12 @@ import { getFocus } from "../../../signals/core"; import { showModal } from "../../../stores/modals"; import { Button } from "../../common/Button"; -import { ScrollToTop } from "./ScrollToTop"; import { ThemeIndicator } from "./ThemeIndicator"; import { VersionButton } from "./VersionButton"; export function Footer(): JSXElement { return (