Skip to content

Commit

Permalink
Fix newline placement in app/page.tsx (#376)
Browse files Browse the repository at this point in the history
* Fix newline placement in app/page.tsx

* Fix import order

---------

Co-authored-by: Delba de Oliveira <delbabrown@gmail.com>
Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 16, 2023
1 parent 03e5a41 commit fc5605c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashboard/final-example/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import AcmeLogo from '@/app/ui/acme-logo';
import { ArrowRightIcon } from '@heroicons/react/24/outline';
import Link from 'next/link';
import { lusitana } from '@/app/ui/fonts';
import Image from 'next/image';
import Link from 'next/link';

export default function Page() {
return (
Expand Down
2 changes: 1 addition & 1 deletion dashboard/starter-example/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import AcmeLogo from '@/app/ui/acme-logo';
import { ArrowRightIcon } from '@heroicons/react/24/outline';

import Link from 'next/link';

export default function Page() {
return (
<main className="flex min-h-screen flex-col p-6">
Expand Down

1 comment on commit fc5605c

@vercel
Copy link

@vercel vercel bot commented on fc5605c Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-learn-dashboard – ./dashboard/final-example

next-learn-dashboard.vercel.sh
next-learn-dashboard-git-main.vercel.sh

Please sign in to comment.