Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ThusharaJ07 committed Jul 10, 2024
1 parent fc3986b commit fcd6ed7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/lab/src/system-status/SystemStatus.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import { forwardRef, HTMLAttributes } from "react";
import { makePrefixer } from "@salt-ds/core";
import {
StatusIndicator,
ValidationStatus,
} from "@salt-ds/core/src/status-indicator";
import { makePrefixer, StatusIndicator, ValidationStatus } from "@salt-ds/core";
import { clsx } from "clsx";

import { useWindow } from "@salt-ds/window";
Expand Down

0 comments on commit fcd6ed7

Please sign in to comment.