Renaming folders

This commit is contained in:
Steve Ruiz 2021-06-29 13:12:30 +01:00
parent 45223e2a8d
commit 2ac8a15761
5 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,7 @@ import { GetServerSideProps } from 'next'
import { getSession } from 'next-auth/client' import { getSession } from 'next-auth/client'
import { v4 as uuid } from 'uuid' import { v4 as uuid } from 'uuid'
export default function Home(): JSX.Element { export default function CreateNewRoom(): JSX.Element {
return <div>You should not see this one</div> return <div>You should not see this one</div>
} }

View file

@ -7,7 +7,7 @@ import history from './history'
import storage from './storage' import storage from './storage'
import clipboard from './clipboard' import clipboard from './clipboard'
import * as Sessions from './sessions' import * as Sessions from './sessions'
import pusher from './pusher/client-supa' import pusher from './coop/client-supa'
import commands from './commands' import commands from './commands'
import { import {
getCommonBounds, getCommonBounds,
@ -36,7 +36,6 @@ import {
SizeStyle, SizeStyle,
ColorStyle, ColorStyle,
} from 'types' } from 'types'
import session from './session' import session from './session'
const initialData: Data = { const initialData: Data = {