fix(lab): Fixed lab after moving to esm and named exports
This commit is contained in:
parent
dc1f1d7029
commit
d6d8c6f122
31 changed files with 244 additions and 248 deletions
|
@ -1,4 +1,4 @@
|
|||
import { PctDegOption } from 'shared/components/workbench/inputs/design-option-pct-deg.mjs'
|
||||
import { DesignOptionPctDeg } from 'shared/components/workbench/inputs/design-option-pct-deg.mjs'
|
||||
import { CountOption } from 'shared/components/workbench/inputs/design-option-count.mjs'
|
||||
import { ListOption } from 'shared/components/workbench/inputs/design-option-list.mjs'
|
||||
import { Popout } from 'shared/components/popout.mjs'
|
||||
|
@ -6,9 +6,9 @@ import { Popout } from 'shared/components/popout.mjs'
|
|||
export const Tmp = (props) => <p>not yet</p>
|
||||
|
||||
export const inputs = {
|
||||
pct: PctDegOption,
|
||||
pct: DesignOptionPctDeg,
|
||||
count: CountOption,
|
||||
deg: (props) => <PctDegOption {...props} type="deg" />,
|
||||
deg: (props) => <DesignOptionPctDeg {...props} type="deg" />,
|
||||
list: ListOption,
|
||||
mm: () => (
|
||||
<Popout fixme compact>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue