Skip to content

Commit

Permalink
Update Input.native.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMora authored Jul 16, 2024
1 parent 456bb4d commit 75685a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/components/input/test/Input.native.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
InputStatus,
InputType,
} from "../InputEnum";
import { IconName } from "../../icon/";
import { IconName } from "../../icon";

describe("Input component", () => {
const types = [
Expand Down

0 comments on commit 75685a7

Please sign in to comment.