We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e5a41 commit fc5605cCopy full SHA for fc5605c
dashboard/final-example/app/page.tsx
@@ -1,8 +1,8 @@
1
import AcmeLogo from '@/app/ui/acme-logo';
2
import { ArrowRightIcon } from '@heroicons/react/24/outline';
3
+import Link from 'next/link';
4
import { lusitana } from '@/app/ui/fonts';
5
import Image from 'next/image';
-import Link from 'next/link';
6
7
export default function Page() {
8
return (
dashboard/starter-example/app/page.tsx
@@ -1,7 +1,7 @@
-
import Link from 'next/link';
+
<main className="flex min-h-screen flex-col p-6">
0 commit comments