[dyad] Fixing next-intl Link import error - wrote 4 file(s)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Changelog } from "@/components/changelog";
|
||||
import Link from "next-intl/link";
|
||||
import { Link } from "next-intl";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { ArrowLeft } from "lucide-react";
|
||||
import { useTranslations } from "next-intl";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import Link from "next-intl/link";
|
||||
import { Link } from "next-intl";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { ArrowLeft } from "lucide-react";
|
||||
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import Link from "next-intl/link";
|
||||
import { Link } from "next-intl";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { ArrowLeft } from "lucide-react";
|
||||
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user