diff --git a/packages/desktop-client/src/components/NotesButton.tsx b/packages/desktop-client/src/components/NotesButton.tsx index 9c6e2b0082f..069a2fa5176 100644 --- a/packages/desktop-client/src/components/NotesButton.tsx +++ b/packages/desktop-client/src/components/NotesButton.tsx @@ -8,8 +8,8 @@ import CustomNotesPaper from '../icons/v2/CustomNotesPaper'; import { type CSSProperties, theme } from '../style'; import { Button } from './common/Button'; -import { Notes } from './Notes'; import { View } from './common/View'; +import { Notes } from './Notes'; import { Tooltip, type TooltipPosition, useTooltip } from './tooltips'; type NotesTooltipProps = {