diff --git a/src/components/FlowEditor/node/imageNode/ImageNode.tsx b/src/components/FlowEditor/node/imageNode/ImageNode.tsx
new file mode 100644
index 0000000..b9a8b89
--- /dev/null
+++ b/src/components/FlowEditor/node/imageNode/ImageNode.tsx
@@ -0,0 +1,31 @@
+import React from 'react';
+import { useStore } from '@xyflow/react';
+// import styles from '@/pages/flowEditor/node/style/base.module.less';
+import styles from '@/components/FlowEditor/node/style/baseOther.module.less';
+import DynamicIcon from '@/components/DynamicIcon';
+import NodeContentImage from '@/pages/flowEditor/components/nodeContentImage';
+
+const setIcon = () => {
+ return