Skip to content

Commit 8a46300

Browse files
committed
cleanup app structure
1 parent b78bbe1 commit 8a46300

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

apps/events/src/routes/space/$spaceId/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ function Space() {
4343
<HypergraphSpaceProvider space={spaceId} mapping={mapping}>
4444
<Users />
4545
<Todos />
46-
<TodosReadOnly />
4746
<TodosReadOnlyFilter />
47+
<TodosReadOnly />
4848
{show2ndTodos && <Todos />}
4949
<h3 className="text-xl font-bold">Invite people</h3>
5050
<div className="flex flex-row gap-2">

apps/events/src/routes/space/$spaceId/playground.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { CreatePropertiesAndTypes } from '@/components/create-properties-and-types';
21
import { TodosPublicGeo } from '@/components/todo/todos-public-geo';
32
import { mapping } from '@/schema';
43
import { store } from '@graphprotocol/hypergraph';
@@ -34,7 +33,6 @@ function PlaygroundRouteComponent() {
3433
return (
3534
<div className="flex flex-col gap-4 max-w-screen-sm mx-auto py-8">
3635
<HypergraphSpaceProvider space={spaceId} mapping={mapping}>
37-
<CreatePropertiesAndTypes />
3836
<TodosPublicGeo />
3937
</HypergraphSpaceProvider>
4038
</div>

0 commit comments

Comments
 (0)