Skip to content

Commit

Permalink
Merge pull request #365 from 1AhmedYasser/Hot-fix-header-imports
Browse files Browse the repository at this point in the history
Hot Fix: Header Imports
  • Loading branch information
varmoh authored Oct 7, 2024
2 parents bcb6e42 + c12c99d commit a577f6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion GUI/src/components/NewServiceHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion GUI/src/components/ServicesTable/columns.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit a577f6a

Please sign in to comment.