diff options
author | 2021-11-03 00:22:37 -0700 | |
---|---|---|
committer | 2021-11-03 00:22:37 -0700 | |
commit | 35c05f61e540efbe8717aaf461f1aad4541e878d (patch) | |
tree | 595b47a332e7d3e7cba3b9cab9a0102eddc2191d /examples/next/pages/index.tsx | |
parent | a5181c8ed14cfe779299e9086fbac3c729d21a98 (diff) | |
download | bun-35c05f61e540efbe8717aaf461f1aad4541e878d.tar.gz bun-35c05f61e540efbe8717aaf461f1aad4541e878d.tar.zst bun-35c05f61e540efbe8717aaf461f1aad4541e878d.zip |
Bump next version
Diffstat (limited to 'examples/next/pages/index.tsx')
-rw-r--r-- | examples/next/pages/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/next/pages/index.tsx b/examples/next/pages/index.tsx index 3d58a2707..e5656a27d 100644 --- a/examples/next/pages/index.tsx +++ b/examples/next/pages/index.tsx @@ -26,7 +26,7 @@ export default function Home({}) { <p className={styles.description}> Get started by editing{" "} - <code className={styles.code}>pages/index.js</code> + <code className={styles.code}>pages/index.tsx</code> </p> </main> |