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

This commit is contained in:
[dyad]
2026-01-18 17:05:22 +01:00
parent 240739b127
commit 680c720274
4 changed files with 4 additions and 4 deletions

View File

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