fix: lint code to build success

This commit is contained in:
HYana
2025-05-10 01:19:30 +08:00
parent 4031ff2835
commit 7a8102430f
48 changed files with 1657 additions and 1240 deletions
+3 -3
View File
@@ -1,8 +1,7 @@
'use client';
import { useRouter } from 'next/navigation';
import { Button } from "@/components/ui/button";
import { GithubIcon } from "lucide-react";
import { Button } from '@/components/ui/button';
export default function NotFound() {
const router = useRouter();
@@ -22,7 +21,8 @@ export default function NotFound() {
</h1>
<p className="text-base text-gray-600 max-w-[450px] mx-auto mb-8">
URL
URL
</p>
</div>