Skip to content

Commit

Permalink
refactor: revert changes to appIcon.tsx and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joeperpetua committed Oct 27, 2024
1 parent 44f3ba8 commit 54b23ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion components/discover/claimModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Typography from "@components/UI/typography/typography";
import Button from "@components/UI/button";
import { CDNImg } from "@components/cdn/image";
import { TEXT_TYPE } from "@constants/typography";
import AppIcon from "../UI/appIcon";
import AppIcon from "./appIcon";
import TokenIcon from "./tokenIcon";
import { useNotification } from "@context/NotificationProvider";
import Loading from "@app/loading";
Expand Down
2 changes: 1 addition & 1 deletion components/discover/defiTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
STABLES,
TOKEN_OPTIONS,
} from "@constants/defi";
import AppIcon from "../UI/appIcon";
import AppIcon from "./appIcon";
import ActionText from "./actionText";
import DownIcon from "@components/UI/iconsComponents/icons/downIcon";
import UpIcon from "@components/UI/iconsComponents/icons/upIcon";
Expand Down

0 comments on commit 54b23ec

Please sign in to comment.