feat(react): render raw react components

This commit is contained in:
Elian Doran
2025-08-20 21:50:06 +03:00
parent 8abd3ed3f1
commit afe3904ea3
13 changed files with 92 additions and 54 deletions

View File

@@ -0,0 +1,7 @@
export default function NoteTitleWidget() {
return (
<>
<p>Hi</p>
</>
);
}