mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
Fixed missing import
Signed-off-by: SystemsPurge <naktiyoussef@proton.me>
This commit is contained in:
parent
e4fe8037d8
commit
02f1161218
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
* along with VILLASweb. If not, see <http://www.gnu.org/licenses/>.
|
||||
******************************************************************************/
|
||||
|
||||
import { Col, Row } from "react-bootstrap";
|
||||
import { Col, Row,Table } from "react-bootstrap";
|
||||
import IconButton from "../../../common/buttons/icon-button";
|
||||
import RawDataTable from "../../../common/rawDataTable";
|
||||
import { useDispatch, useSelector } from "react-redux";
|
||||
|
|
Loading…
Add table
Reference in a new issue