diff --git a/surfsense_web/components/Footer.tsx b/surfsense_web/components/Footer.tsx index 6c56f9cbf..074e90686 100644 --- a/surfsense_web/components/Footer.tsx +++ b/surfsense_web/components/Footer.tsx @@ -1,5 +1,4 @@ "use client"; -import { cn } from "@/lib/utils"; import { IconBrandDiscord, IconBrandGithub, @@ -8,6 +7,7 @@ import { } from "@tabler/icons-react"; import Link from "next/link"; import type React from "react"; +import { cn } from "@/lib/utils"; export function Footer() { const pages = [ @@ -32,8 +32,8 @@ export function Footer() {