chore(react/collections): calculate note Ids

This commit is contained in:
Elian Doran
2025-08-30 15:11:49 +03:00
parent 5fb843268f
commit ecf44deecf
9 changed files with 245 additions and 207 deletions

View File

@@ -0,0 +1,14 @@
export default function ListView() {
return (
<div class="note-list">
<div class="note-list-wrapper">
List view goes here.
<div class="note-list-pager"></div>
<div class="note-list-container use-tn-links"></div>
<div class="note-list-pager"></div>
</div>
</div>
);
}