Makes shhh a room

This commit is contained in:
Steve Ruiz 2021-07-07 14:03:53 +01:00
parent 3ae7eadfea
commit f62166adbf

View file

@ -1,4 +1,3 @@
// import Editor from "components/editor"
import Head from 'next/head'
import dynamic from 'next/dynamic'
@ -10,7 +9,7 @@ export default function Home(): JSX.Element {
<Head>
<title>tldraw</title>
</Head>
<Editor />
<Editor roomId="home" />
</>
)
}