feat(lab): Menu for design options
This commit is contained in:
parent
4f96925413
commit
24e9cd8980
8 changed files with 263 additions and 115 deletions
|
@ -1,7 +1,7 @@
|
|||
import { useState, useEffect } from 'react'
|
||||
import useLocalStorage from 'shared/hooks/useLocalStorage.js'
|
||||
import Layout from 'shared/components/layouts/default'
|
||||
import Menu from 'shared/components/workbench/menu.js'
|
||||
import Menu from 'shared/components/workbench/menu/index.js'
|
||||
import Measurements, { Input } from 'shared/components/workbench/measurements/index.js'
|
||||
import LabDraft from 'shared/components/workbench/draft/index.js'
|
||||
import set from 'lodash.set'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue