[improvement] Add ability to copy to new multiplayer room (#693)

* Add ability to copy to new multiplayer room

* cleanup
This commit is contained in:
Steve Ruiz 2022-05-18 16:59:30 +01:00 committed by GitHub
parent 1d3b419baf
commit 13f5787c31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 109 additions and 11 deletions

View file

@ -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({