Skip to content

Commit

Permalink
clean up import to all come from coral-ui/components/icons;
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Aug 25, 2023
1 parent 901dc46 commit d9aad73
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { FunctionComponent, useCallback, useState } from "react";

import { SvgIcon } from "coral-ui/components/icons";
import ImageFileWarningIcon from "coral-ui/components/icons/ImageFileWarningIcon";
import { ImageFileWarningIcon, SvgIcon } from "coral-ui/components/icons";

import styles from "./FlairBadgeImagePreview.css";

Expand Down

0 comments on commit d9aad73

Please sign in to comment.