trilium/apps/client/src/widgets/launch_bar/RightDropdownButton.tsx

4 lines
87 B
TypeScript

export default function RightDropdownButton() {
return <p>Button goes here.</p>;
}