mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
chore(react/collections): move files around for ease of development
This commit is contained in:
7
apps/client/src/widgets/collections/NoteList.tsx
Normal file
7
apps/client/src/widgets/collections/NoteList.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
interface NoteListProps {
|
||||
displayOnlyCollections?: boolean;
|
||||
}
|
||||
|
||||
export default function NoteList({ }: NoteListProps) {
|
||||
return <p>Hi</p>
|
||||
}
|
||||
Reference in New Issue
Block a user