device history implemented
This commit is contained in:
parent
53a430d525
commit
2acdd59ac7
12 changed files with 3292 additions and 22 deletions
|
|
@ -1,8 +1,7 @@
|
|||
import { Box } from "@material-ui/core";
|
||||
import { Box } from "@mui/material";
|
||||
import { useComponentAPI } from "hooks";
|
||||
import { Component, Device } from "models";
|
||||
import { pond } from "protobuf-ts/pond";
|
||||
import React from "react";
|
||||
import { or } from "utils/types";
|
||||
import { TranslateKey, TranslateValue } from "pbHelpers/Component";
|
||||
import DiffHistory, { ListResult, Record } from "common/DiffHistory";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue