app cards with action menu and tooltips

This commit is contained in:
2026-06-27 00:00:13 -05:00
parent 91ef732eeb
commit 69f269efc7
10 changed files with 236 additions and 16 deletions
+3
View File
@@ -0,0 +1,3 @@
export default function WritePage() {
return <h1>Write Page</h1>;
}