1
0
Fork 0

chore(shared): Fixed linter warning

This commit is contained in:
joostdecock 2023-06-18 17:51:38 +02:00
parent ecf60f5282
commit 9493efbef9

View file

@ -1,5 +1,4 @@
import { useState } from 'react'
import { PanZoomPattern as ShowPattern } from 'shared/components/workbench/pan-zoom-pattern.mjs'
import { InspectorPattern } from './inspector/pattern.mjs'
import { DraftMenu, ns as menuNs } from './menu.mjs'
import { objUpdate } from 'shared/utils.mjs'