build
Some checks failed
Build & Deploy / deploy (push) Failing after 3m39s

This commit is contained in:
2026-01-19 20:46:39 +01:00
parent 6adf97a096
commit 6e34392976
10 changed files with 77 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
import Link from 'next/link';
import Image from 'next/image';
import { useTranslations, useLocale } from 'next-intl';
import { Container, Heading } from './ui';
import { Container } from './ui';
export default function Footer() {
const t = useTranslations('Footer');