1
0
Fork 0

chore: Fixing linter warnings

This commit is contained in:
Joost De Cock 2022-07-12 21:07:42 +02:00
parent a195a5c0e7
commit cc4889b4ec
8 changed files with 15 additions and 27 deletions

View file

@ -1,4 +1,4 @@
import { Ul, Li, Summary, NoSumDiv, Deg } from 'shared/components/workbench/menu'
import { Ul, Li, NoSumDiv, Deg } from 'shared/components/workbench/menu'
import { formatMm } from 'shared/utils'
import Attributes from './attributes'
import Ops from './path-ops'