can now to npm run start-dev to run local front end with the development database
This commit is contained in:
parent
c636737718
commit
db1b3c54a4
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import { pond } from "protobuf-ts/pond";
|
|||
import { cloneDeep } from "lodash";
|
||||
import DeviceOverview from "device/DeviceOverview";
|
||||
import { DeviceAvailabilityMap, FindAvailablePositions, OffsetAvailabilityMap } from "pbHelpers/DeviceAvailability";
|
||||
import AddComponentManualDialog from "component/AddComponentManualDialog";
|
||||
import AddComponentManualDialog from "component/AddComponentManualDialog";
|
||||
|
||||
export default function DevicePage() {
|
||||
const deviceAPI = useDeviceAPI()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue