Skip to content

Commit

Permalink
chore: resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Sep 26, 2023
1 parent 314febc commit ce2980e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/screens/Home/DefaultView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import BalanceBox from "~/app/components/BalanceBox";
import SkeletonLoader from "~/app/components/SkeletonLoader";
import toast from "~/app/components/Toast";
import { useAccount } from "~/app/context/AccountContext";

import { useTransactions } from "~/app/hooks/useTransactions";
import { PublisherLnData } from "~/app/screens/Home/PublisherLnData";
import api from "~/common/lib/api";
Expand All @@ -35,7 +34,6 @@ const DefaultView: FC<Props> = (props) => {
const { t } = useTranslation("translation", { keyPrefix: "home" });
const { t: tCommon } = useTranslation("common");


const navigate = useNavigate();

const { account, balancesDecorated, accountLoading } = useAccount();
Expand Down

0 comments on commit ce2980e

Please sign in to comment.