mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
3 lines
70 B
TypeScript
3 lines
70 B
TypeScript
|
|
export default function BasicPropertiesTab() {
|
||
|
|
return <p>Hi</p>;
|
||
|
|
}
|