This commit is contained in:
Ren Amamiya
2023-10-03 16:24:09 +07:00
parent cdeb5afd28
commit 428d52f175
13 changed files with 146 additions and 161 deletions

View File

@@ -0,0 +1,7 @@
export function CommunitiesScreen() {
return (
<div>
<p>TODO</p>
</div>
);
}