Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed May 2, 2024
1 parent f6b23b8 commit a87a348
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/e2e/app-dir/hello-world/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// export default function Page() {
// return <p>hello world</p>
// }
'use client'
export default function Page() {
return typeof window === 'undefined' ? 'HELLO' : 'WORLD'
return <p>hello world</p>
}

0 comments on commit a87a348

Please sign in to comment.