Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Sep 17, 2023
1 parent 7266702 commit c6585ac
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import { Card, Tag, Typography } from "antd";
import { Card, Tag } from "antd";
import { getTextColor } from "lib/utils/helper";
import Clipboard from "components/RenderProps/Clipboard";
import ClipboardButton from "components/General/ClipboardButton";
import { ExtendedColorsProps } from "pages/Colors/ShadesAndTints/utils/types";
import styles from "./Colors.module.scss";

const { Title } = Typography;

const Colors: React.FC<ExtendedColorsProps> = ({
colors,
isPending,
Expand Down

0 comments on commit c6585ac

Please sign in to comment.