Formatting
This commit is contained in:
parent
5dc2937413
commit
76a3e53078
1 changed files with 1 additions and 7 deletions
|
@ -18,13 +18,7 @@ import type {
|
|||
SerializableValue,
|
||||
} from '@theatre/shared/utils/types'
|
||||
import type {IDerivation, Pointer} from '@theatre/dataverse'
|
||||
import {
|
||||
Atom,
|
||||
ConstantDerivation,
|
||||
getPointerParts,
|
||||
prism,
|
||||
val,
|
||||
} from '@theatre/dataverse'
|
||||
import {Atom, getPointerParts, prism, val} from '@theatre/dataverse'
|
||||
import get from 'lodash-es/get'
|
||||
import set from 'lodash-es/set'
|
||||
import getPropDefaultsOfSheetObject from './getPropDefaultsOfSheetObject'
|
||||
|
|
Loading…
Reference in a new issue