1
0
Fork 0

deepscan fixes

This commit is contained in:
Enoch Riese 2022-11-14 16:37:21 -06:00
parent 0115a46d8a
commit 18f588dc99
2 changed files with 9 additions and 12 deletions

View file

@ -1,9 +1,6 @@
import { useRef } from 'react'
import Svg from '../../draft/svg'
import Defs from '../../draft/defs'
import Stack from './part'
import SvgWrapper from '../../draft/svg-wrapper'
import { getProps } from '../../draft/utils'
import { PartInner } from '../../draft/part'
const Draft = (props) => {