Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cjinghong committed May 8, 2024
1 parent 0128411 commit 7f23750
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions governance/src/components/Wallet/Airdrop/AirdropInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
BaseModalContentColumn,
SecondaryText,
Subtitle,
Title
Title,
} from "shared/lib/designSystem";
import colors from "shared/lib/designSystem/colors";
import theme from "shared/lib/designSystem/theme";
Expand Down Expand Up @@ -318,4 +318,3 @@ const AirdropInfo: React.FC<AirdropInfoProps> = ({
};

export default AirdropInfo;

0 comments on commit 7f23750

Please sign in to comment.