mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
feat(react): render raw react components
This commit is contained in:
7
apps/client/src/widgets/note_title.tsx
Normal file
7
apps/client/src/widgets/note_title.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function NoteTitleWidget() {
|
||||
return (
|
||||
<>
|
||||
<p>Hi</p>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user