diff --git a/docs/getting-started/introduction.mdx b/docs/getting-started/introduction.mdx
index fe74c119b9..91840f7ba3 100644
--- a/docs/getting-started/introduction.mdx
+++ b/docs/getting-started/introduction.mdx
@@ -80,8 +80,9 @@ function Box(props) {
createRoot(document.getElementById('root')).render(
,
@@ -122,8 +123,9 @@ function Box(props: ThreeElements['mesh']) {
createRoot(document.getElementById('root')).render(
,
@@ -165,8 +167,9 @@ function Box(props) {
export default function App() {
return (