From aecd88fddb8f8c962b730969606d81fed49e8149 Mon Sep 17 00:00:00 2001 From: Joel Jeremy Marquez Date: Thu, 4 Jan 2024 08:24:32 -0800 Subject: [PATCH] Fix imports --- packages/desktop-client/src/components/NotesButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {