Spaces:
Configuration error
Configuration error
zack
commited on
Commit
·
671bae8
1
Parent(s):
c1e4695
\:sparkles\: feat(Custom.js): add custom node functionality
Browse files
frontend/components/Nodes/Custom.js
CHANGED
@@ -7,7 +7,7 @@ import {CgLayoutGridSmall} from 'react-icons/cg'
|
|
7 |
import {useDrag} from '@use-gesture/react'
|
8 |
import { useSpring, animated } from 'react-spring'
|
9 |
|
10 |
-
import '../../css/counter.css'
|
11 |
|
12 |
const MINIMUM_HEIGHT = 600;
|
13 |
const MINIMUM_WIDTH = 540;
|
|
|
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;
|