Spaces:
Configuration error
Configuration error
zack
commited on
Commit
·
a8ae778
1
Parent(s):
34c79a2
feat: add custom node component for ReactFlow :sparkles:
Browse files
frontend/components/Nodes/Custom.js
CHANGED
@@ -7,8 +7,6 @@ import {CgLayoutGridSmall} from 'react-icons/cg'
|
|
7 |
import {useDrag} from '@use-gesture/react'
|
8 |
import { useSpring, animated } from 'react-spring'
|
9 |
|
10 |
-
import '../../src/css/counter.css'
|
11 |
-
|
12 |
const MINIMUM_HEIGHT = 600;
|
13 |
const MINIMUM_WIDTH = 540;
|
14 |
|
|
|
7 |
import {useDrag} from '@use-gesture/react'
|
8 |
import { useSpring, animated } from 'react-spring'
|
9 |
|
|
|
|
|
10 |
const MINIMUM_HEIGHT = 600;
|
11 |
const MINIMUM_WIDTH = 540;
|
12 |
|