Skip to content

Commit

Permalink
fix: build issues with extension
Browse files Browse the repository at this point in the history
  • Loading branch information
UrAvgDeveloper committed Sep 14, 2022
1 parent 6859d05 commit b58d24b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/extension/src/pages/main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import { useConfirm } from "../../components/confirm";
import { ChainUpdaterService } from "@keplr-wallet/background";
import { DenomHelper } from "@keplr-wallet/common";
import { Dec } from "@keplr-wallet/unit";
import bellIcon from "../../public/assets/icon/bell.png";
import { DepositView } from "./deposit";
// import { IBCTransferView } from "./ibc-transfer";

export const MainPage: FunctionComponent = observer(() => {
Expand Down
1 change: 0 additions & 1 deletion packages/extension/src/pages/main/tx-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { FormattedMessage } from "react-intl";
import { useHistory } from "react-router";

import { Dec } from "@keplr-wallet/unit";
import classnames from "classnames";

import send from "../../public/assets/icon/send.png";
import reward from "../../public/assets/icon/reward.png";
Expand Down
3 changes: 0 additions & 3 deletions packages/extension/src/pages/setting/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ import style from "./style.module.scss";
import { useLanguage } from "../../languages";
import { useIntl } from "react-intl";
import { observer } from "mobx-react-lite";
import { useStore } from "../../stores";

export const SettingPage: FunctionComponent = observer(() => {
const { uiConfigStore } = useStore();

const language = useLanguage();
const history = useHistory();
const intl = useIntl();
Expand Down

0 comments on commit b58d24b

Please sign in to comment.