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";