Skip to content

Commit

Permalink
ATFD
Browse files Browse the repository at this point in the history
  • Loading branch information
Monobladegg committed Nov 26, 2024
1 parent 4c69a4b commit 3cc27f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/views/SignTransaction/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import useTransactionValidation from "@/features/hooks/signTransaction/useTransa
import useXDRDecoding from "@/features/hooks/signTransaction/useXDRDecoding";
import { TransactionBuilder, Networks } from "stellar-sdk";
import { useStore } from "@/shared/store";
import ShowXDRButtons from "@/widgets/SignTransaction/ShowXDRButtons";
import { getAllTransactions } from "@/shared/api/firebase/firestore/Transactions";
import { hrefToXDR } from "@/shared/helpers";
import { useShallow } from "zustand/react/shallow";
Expand Down
1 change: 0 additions & 1 deletion src/widgets/BuildTransaction/ShowXdrButtons/ui/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
deleteTransaction,
} from "@/shared/helpers";
import Link from "next/link";
import stellarSdk from "stellar-sdk";

type Props = {
transaction: Transaction | null;
Expand Down

0 comments on commit 3cc27f3

Please sign in to comment.