diff --git a/addOns/webuipoc/src/main/pocs/reactWebUI/src/App.js b/addOns/webuipoc/src/main/pocs/reactWebUI/src/App.js
index 483f7a73bd5..66c89b3dd6a 100644
--- a/addOns/webuipoc/src/main/pocs/reactWebUI/src/App.js
+++ b/addOns/webuipoc/src/main/pocs/reactWebUI/src/App.js
@@ -4,8 +4,9 @@ import Sidebar from "./Components/Sidebar/Sidebar";
import HeaderBase from "./Components/Header/HeaderBase";
import SideTree from "./Components/SitesTree/SitesTree";
import RequestBar from "./Components/Request-Response/Req-Resp-Bar";
-import { sendChildNode } from "./Utilities/requests";
import SearchBar from "./Components/SearchBar/SearchBar";
+import History from "./Components/History/History";
+
const App = () => {
const [darkMode, setDarkMode] = useState(false);
@@ -26,28 +27,11 @@ const App = () => {
- {node.hrefId} -
- ))} */} -ID | +Method | +Date & Time | +URL | +Code | +Reason | +Size | + +
---|---|---|---|---|---|---|
{historyElement._zapMessageId} | +{historyElement.request?.method} | +{historyElement.startedDateTime} | +{historyElement.request?.url} | +{historyElement.response?.status} | +{historyElement.response?.statusText} | +{historyElement.response?.bodySize} bytes | +