Renaming folders
This commit is contained in:
parent
45223e2a8d
commit
2ac8a15761
5 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue