aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-01-08 10:39:13 -0500
committerbobzel <zzzman@gmail.com>2025-01-08 10:39:13 -0500
commit2f7d1f0073943e1eb9e0f34c4459bc0176377697 (patch)
tree60ee9c84a2c0c7ea6e7b81f0cd8856dcad151b58 /src
parenteabaae11dc5c5e1de463d2903c3c8e9407506c92 (diff)
from last
Diffstat (limited to 'src')
-rw-r--r--src/client/views/nodes/imageEditor/ImageEditorButtons.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/imageEditor/ImageEditorButtons.tsx b/src/client/views/nodes/imageEditor/ImageEditorButtons.tsx
index cb963616b..de2116253 100644
--- a/src/client/views/nodes/imageEditor/ImageEditorButtons.tsx
+++ b/src/client/views/nodes/imageEditor/ImageEditorButtons.tsx
@@ -1,7 +1,7 @@
import './GenerativeFillButtons.scss';
import * as React from 'react';
import ReactLoading from 'react-loading';
-import { Button, IconButton, Type } from 'browndash-components';
+import { Button, IconButton, Type } from '@dash/components';
import { AiOutlineInfo } from 'react-icons/ai';
import { bgColor } from './imageEditorUtils/imageEditorConstants';
import { ImageEditTool, ImageToolType } from './imageEditorUtils/imageEditorInterfaces';