Skip to content

Commit 045a193

Browse files
committed
Auto-save: Changed 3 lines in src/app/tool/page.tsx on 2025-07-13 20:30:07
1 parent 4b203bc commit 045a193

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/tool/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import "./page.css";
22
import Explains from "./components/explains";
33
import { useTranslations } from "next-intl";
4-
import { Link } from "@/i18n/routing";
5-
4+
import Link from "next/link";
65
export default function ToolPage() {
76
const t = useTranslations("pages.tool");
87
return (

0 commit comments

Comments
 (0)