Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ThusharaJ07 committed Jul 9, 2024
1 parent c0ff9a7 commit 645abc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/lab/src/system-status/SystemStatus.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { forwardRef, HTMLAttributes } from "react";
import { makePrefixer } from "@salt-ds/core/src/utils";
import { makePrefixer } from "@salt-ds/core";
import {
StatusIndicator,
ValidationStatus,
Expand Down
2 changes: 1 addition & 1 deletion packages/lab/src/system-status/SystemStatusActions.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ComponentPropsWithoutRef, forwardRef, ReactNode } from "react";
import { clsx } from "clsx";
import { makePrefixer } from "@salt-ds/core/src/utils";
import { makePrefixer } from "@salt-ds/core";

import systemStatusActionsCss from "./SystemStatusActions.css";
import { useComponentCssInjection } from "@salt-ds/styles";
Expand Down
2 changes: 1 addition & 1 deletion packages/lab/src/system-status/SystemStatusContent.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ComponentPropsWithoutRef, forwardRef, ReactNode } from "react";
import { clsx } from "clsx";
import { makePrefixer } from "@salt-ds/core/src/utils";
import { makePrefixer } from "@salt-ds/core";

import systemStatusContentCss from "./SystemStatusContent.css";
import { useComponentCssInjection } from "@salt-ds/styles";
Expand Down

0 comments on commit 645abc0

Please sign in to comment.