Skip to content

Commit

Permalink
clean up test pages
Browse files Browse the repository at this point in the history
  • Loading branch information
williamli committed Jan 20, 2024
1 parent ea3eda0 commit 323881f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Image from 'next/image'

export default function Page() {
return <div>/app/foo/page.tsx</div>
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
'use client'

import {
useSelectedLayoutSegment,
useSelectedLayoutSegments,
} from 'next/navigation'
import { useSelectedLayoutSegment } from 'next/navigation'
import Link from 'next/link'

export default function RootLayout({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Image from 'next/image'

export default function Page() {
return <div>/app/page.tsx</div>
}

0 comments on commit 323881f

Please sign in to comment.