From c12c99dfbae9a932cf6c7c7d403a0917ad8185a7 Mon Sep 17 00:00:00 2001 From: 1AhmedYasser <26207361+1AhmedYasser@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:00:42 +0300 Subject: [PATCH] Fixed Header Imports --- .../ApiEndpointCard/Endpoints/RequestVariables/columns.tsx | 2 +- GUI/src/components/NewServiceHeader/index.tsx | 2 +- GUI/src/components/ServicesTable/columns.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GUI/src/components/ApiEndpointCard/Endpoints/RequestVariables/columns.tsx b/GUI/src/components/ApiEndpointCard/Endpoints/RequestVariables/columns.tsx index cccc8420..c91b58c3 100644 --- a/GUI/src/components/ApiEndpointCard/Endpoints/RequestVariables/columns.tsx +++ b/GUI/src/components/ApiEndpointCard/Endpoints/RequestVariables/columns.tsx @@ -2,7 +2,7 @@ import { Row, createColumnHelper } from "@tanstack/react-table"; import { RequestVariablesRowData, RequestVariablesTableColumns, RequestVariablesTabsRowsData } from "types/request-variables"; import VariableCell from "./VariableCell"; import Tooltip from "components/Tooltip"; -import { Button, Icon, Track } from "@buerokratt-ria/header/src/header/components"; +import { Button ,Icon, Track } from "@buerokratt-ria/header/src/components"; import { MdDeleteOutline } from "react-icons/md"; import ValueCell from "./ValueCell"; import i18n from "i18n"; diff --git a/GUI/src/components/NewServiceHeader/index.tsx b/GUI/src/components/NewServiceHeader/index.tsx index a3dab737..d0ec1323 100644 --- a/GUI/src/components/NewServiceHeader/index.tsx +++ b/GUI/src/components/NewServiceHeader/index.tsx @@ -3,7 +3,7 @@ import { t } from "i18next"; import { Button, HeaderStepCounter, Track } from ".."; import useServiceStore from "store/new-services.store"; import { runServiceTest } from "services/service-builder"; -import "@buerokratt-ria/header/src/header/Header.scss"; +import "@buerokratt-ria/header/src/Header.scss"; type NewServiceHeaderProps = { activeStep: number; diff --git a/GUI/src/components/ServicesTable/columns.tsx b/GUI/src/components/ServicesTable/columns.tsx index 7669b258..2e66e0b4 100644 --- a/GUI/src/components/ServicesTable/columns.tsx +++ b/GUI/src/components/ServicesTable/columns.tsx @@ -1,4 +1,4 @@ -import { Button, Icon, Track } from "@buerokratt-ria/header/src/header/components"; +import { Button, Icon, Track } from "@buerokratt-ria/header/src/components"; import { createColumnHelper } from "@tanstack/react-table"; import Label from "components/Label"; import Tooltip from "components/Tooltip";