diff --git a/components/Footer/Footer.tsx b/components/Footer/Footer.tsx index d4e136126..fd2530c45 100644 --- a/components/Footer/Footer.tsx +++ b/components/Footer/Footer.tsx @@ -1,4 +1,4 @@ -import { Container, css, DiggLogo, space } from "@digg/design-system"; +import { Container, css, DiggLogo } from "@digg/design-system"; import { Translate } from "next-translate"; import useTranslation from "next-translate/useTranslation"; import Link from "next/link";