deepscan fixes
This commit is contained in:
parent
bea2ca0223
commit
bd3ed40a2a
1 changed files with 2 additions and 10 deletions
|
@ -1,15 +1,7 @@
|
|||
import { isDegreeMeasurement } from 'config/measurements.mjs'
|
||||
import { measurementAsMm, formatMm } from 'shared/utils.mjs'
|
||||
import { Collapse, useCollapseButton } from 'shared/components/collapse.mjs'
|
||||
import {
|
||||
FilterIcon,
|
||||
ClearIcon,
|
||||
PlusIcon,
|
||||
OkIcon,
|
||||
NoIcon,
|
||||
TrashIcon,
|
||||
EditIcon,
|
||||
} from 'shared/components/icons.mjs'
|
||||
import { Collapse } from 'shared/components/collapse.mjs'
|
||||
import { PlusIcon, EditIcon } from 'shared/components/icons.mjs'
|
||||
import { useState } from 'react'
|
||||
export const ns = ['account']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue