mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
chore(react/collections): calculate note Ids
This commit is contained in:
14
apps/client/src/widgets/collections/legacy/ListView.tsx
Normal file
14
apps/client/src/widgets/collections/legacy/ListView.tsx
Normal 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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user