Makes shhh a room
This commit is contained in:
parent
3ae7eadfea
commit
f62166adbf
1 changed files with 1 additions and 2 deletions
|
@ -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" />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue