[improvement] Add ability to copy to new multiplayer room (#693)
* Add ability to copy to new multiplayer room * cleanup
This commit is contained in:
parent
1d3b419baf
commit
13f5787c31
8 changed files with 109 additions and 11 deletions
|
@ -1,10 +1,10 @@
|
|||
import { createClient } from '@liveblocks/client'
|
||||
import { LiveblocksProvider, RoomProvider } from '@liveblocks/react'
|
||||
import { Tldraw, useFileSystem } from '@tldraw/tldraw'
|
||||
import { Tldraw, TldrawApp, useFileSystem } from '@tldraw/tldraw'
|
||||
import { useAccountHandlers } from 'hooks/useAccountHandlers'
|
||||
import { useMultiplayerAssets } from 'hooks/useMultiplayerAssets'
|
||||
import { useMultiplayerState } from 'hooks/useMultiplayerState'
|
||||
import { FC } from 'react'
|
||||
import React, { FC } from 'react'
|
||||
import { styled } from 'styles'
|
||||
|
||||
const client = createClient({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue