can now to npm run start-dev to run local front end with the development database

This commit is contained in:
Carter 2025-02-19 13:59:03 -06:00
parent c636737718
commit db1b3c54a4

View file

@ -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()