diff --git a/src/components/sidebar/Sidebar.tsx b/src/components/sidebar/Sidebar.tsx index 192c96f..a081172 100644 --- a/src/components/sidebar/Sidebar.tsx +++ b/src/components/sidebar/Sidebar.tsx @@ -18,6 +18,7 @@ import { useAppStore } from '../../stores/appStore' import { TrashView } from './TrashView' import { formatDate } from '../../lib/utils' import type { Folder as FolderType, Note } from '../../db' +import { UserMenu } from '../auth/UserMenu' export function Sidebar() { const { @@ -421,6 +422,9 @@ export function Sidebar() { onChange={handleImportFile} /> +
+ +