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 632cd8f commit b070c7cCopy full SHA for b070c7c
README.md
@@ -1,7 +1,7 @@
1
# 🔌 NEXT SUPERJSON PLUGIN
2
3
```jsx
4
-export default Page({ date }) {
+export default function Page({ date }) {
5
return (
6
<div>
7
Today is {date.toDateString()}
0 commit comments