add folders column

This commit is contained in:
Takeshi Kimata
2024-02-17 19:28:55 +09:00
parent 2c0a4631bc
commit 303d24409f
8 changed files with 70 additions and 32 deletions

View File

@@ -0,0 +1,3 @@
export default function Page() {
return <>This is Home tab</>;
}