[dyad] Fixing next-intl Link import error - wrote 4 file(s)

This commit is contained in:
[dyad]
2026-01-18 16:35:50 +01:00
parent 918e2334f7
commit 42b6408f00
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
"use client";
import Link from "next-intl/link";
import { Link } from "next-intl";
import { Github, Twitter } from "lucide-react";
import { Button } from "@/components/ui/button";
import { changelogData } from "@/lib/changelog-data";