From 02f116121894ba7a1f43032a698cffd9dc36f7c7 Mon Sep 17 00:00:00 2001 From: SystemsPurge Date: Tue, 22 Oct 2024 14:45:06 +0200 Subject: [PATCH] Fixed missing import Signed-off-by: SystemsPurge --- src/pages/infrastructure/ic-pages/kubernetes-ic-page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/infrastructure/ic-pages/kubernetes-ic-page.js b/src/pages/infrastructure/ic-pages/kubernetes-ic-page.js index 96e7b1e..3c28c12 100644 --- a/src/pages/infrastructure/ic-pages/kubernetes-ic-page.js +++ b/src/pages/infrastructure/ic-pages/kubernetes-ic-page.js @@ -15,7 +15,7 @@ * along with VILLASweb. If not, see . ******************************************************************************/ -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";