Skip to content

Commit

Permalink
build: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Dec 5, 2024
1 parent ee95b0e commit 2a19285
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import React, { forwardRef } from "react";
import { VibeComponentProps } from "../../../../types";
import cx from "classnames";
import ModalFooterBase from "../ModalFooterBase/ModalFooterBase";
import { ModalFooterBaseProps } from "../ModalFooterBase/ModalFooterBase.types";
import { getTestId } from "../../../../tests/test-ids-utils";
import { ComponentDefaultTestId } from "../../../../tests/constants";
import styles from "./ModalFooterWizard.module.scss";
Expand Down

0 comments on commit 2a19285

Please sign in to comment.