Skip to content

Commit 2b75a0f

Browse files
committed
move location of [hash] route
1 parent 606a720 commit 2b75a0f

File tree

1 file changed

+1
-1
lines changed
  • packages/mobile-app/app/(drawer)/account/transaction

1 file changed

+1
-1
lines changed

packages/mobile-app/app/transaction/[hash].tsx renamed to packages/mobile-app/app/(drawer)/account/transaction/[hash].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
IconProps,
1212
Spinner,
1313
} from "@ui-kitten/components";
14-
import { useFacade } from "../../data/facades";
14+
import { useFacade } from "../../../../data/facades";
1515
import { CurrencyUtils } from "@ironfish/sdk";
1616
import { useQueries } from "@tanstack/react-query";
1717
import { setStringAsync } from "expo-clipboard";

0 commit comments

Comments
 (0)