Skip to content

Commit

Permalink
feat(input-box): removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
PixeledCode committed Feb 3, 2025
1 parent d2664a3 commit 33f1ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/paste-core/components/input-box/src/Prefix.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Box } from "@twilio-paste/box";
import type { BoxProps } from "@twilio-paste/box";
import type { BackgroundColor, BorderColor } from "@twilio-paste/style-props";
import type { BackgroundColor } from "@twilio-paste/style-props";
import * as React from "react";

import type { Variants } from "./types";
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/input-box/src/Suffix.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Box } from "@twilio-paste/box";
import type { BoxProps } from "@twilio-paste/box";
import type { BackgroundColor, BorderColor } from "@twilio-paste/style-props";
import type { BackgroundColor } from "@twilio-paste/style-props";
import * as React from "react";

import type { Variants } from "./types";
Expand Down

0 comments on commit 33f1ab7

Please sign in to comment.