mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
chore(react/type_widget): start with fresh note detail
This commit is contained in:
6
apps/client/src/widgets/NoteDetail.tsx
Normal file
6
apps/client/src/widgets/NoteDetail.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { useNoteContext } from "./react/hooks"
|
||||
|
||||
export default function NoteDetail() {
|
||||
const { note } = useNoteContext();
|
||||
return <p>Note detail goes here! {note?.noteId}</p>
|
||||
}
|
||||
Reference in New Issue
Block a user