Removed unused import

This commit is contained in:
Linus Flood
2024-10-28 12:51:11 +01:00
parent 5e8efb4a27
commit 496cbcaa6c

View File

@@ -1,5 +1,3 @@
import { Suspense } from "react"
import { getFooter, getLanguageSwitcher } from "@/lib/trpc/memoizedRequests"
import FooterDetails from "./Details"