diff --git a/components/navigation/footer.tsx b/components/navigation/footer.tsx
index 22d4388..0baec16 100644
--- a/components/navigation/footer.tsx
+++ b/components/navigation/footer.tsx
@@ -1,13 +1,13 @@
-import Image from "next/image"
-import Link from "next/link"
+import Image from 'next/image'
+import Link from 'next/link'
-import { Settings } from "@/types/settings"
+import { Settings } from '@/types/settings'
export function Footer() {
return (