This commit is contained in:
Ren Amamiya
2023-09-21 15:28:01 +07:00
parent 17fe3bb1f6
commit 413571ee7f
11 changed files with 235 additions and 207 deletions

7
src/app/browse/index.tsx Normal file
View File

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