diff --git a/pages/room/index.tsx b/pages/room/index.tsx
index 73f5c1769..c74f257cf 100644
--- a/pages/room/index.tsx
+++ b/pages/room/index.tsx
@@ -2,7 +2,7 @@ import { GetServerSideProps } from 'next'
import { getSession } from 'next-auth/client'
import { v4 as uuid } from 'uuid'
-export default function Home(): JSX.Element {
+export default function CreateNewRoom(): JSX.Element {
return
You should not see this one
}
diff --git a/state/pusher/client-pusher.ts b/state/coop/client-pusher.ts
similarity index 100%
rename from state/pusher/client-pusher.ts
rename to state/coop/client-pusher.ts
diff --git a/state/pusher/client-supa.ts b/state/coop/client-supa.ts
similarity index 100%
rename from state/pusher/client-supa.ts
rename to state/coop/client-supa.ts
diff --git a/state/pusher/server.ts b/state/coop/server.ts
similarity index 100%
rename from state/pusher/server.ts
rename to state/coop/server.ts
diff --git a/state/state.ts b/state/state.ts
index 4ca80f2c5..c155840fa 100644
--- a/state/state.ts
+++ b/state/state.ts
@@ -7,7 +7,7 @@ import history from './history'
import storage from './storage'
import clipboard from './clipboard'
import * as Sessions from './sessions'
-import pusher from './pusher/client-supa'
+import pusher from './coop/client-supa'
import commands from './commands'
import {
getCommonBounds,
@@ -36,7 +36,6 @@ import {
SizeStyle,
ColorStyle,
} from 'types'
-
import session from './session'
const initialData: Data = {