aboutsummaryrefslogtreecommitdiff
path: root/examples/next/pages/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/next/pages/index.tsx')
-rw-r--r--examples/next/pages/index.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/next/pages/index.tsx b/examples/next/pages/index.tsx
index e5656a27d..90b988011 100644
--- a/examples/next/pages/index.tsx
+++ b/examples/next/pages/index.tsx
@@ -29,8 +29,6 @@ export default function Home({}) {
<code className={styles.code}>pages/index.tsx</code>
</p>
</main>
-
- <footer className={styles.footer}></footer>
</div>
);
}