From 185540a991aad829f607d1cd6b54b52fdc3b4aa6 Mon Sep 17 00:00:00 2001 From: Charlie Fuller Date: Mon, 1 Jan 2024 13:01:53 +0000 Subject: [PATCH] Update introduction.mdx --- docs/getting-started/introduction.mdx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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 ( - - + + +