Skip to content

Commit

Permalink
fix: improve views structure
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed May 16, 2023
1 parent 759e079 commit 8bb0326
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/transaction/zksync/lite/deposit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { useRoute, useRouter } from "#app";
import { useDestinationsStore } from "@/store/destinations";
import { checksumAddress } from "@/utils/formatters";
import SelectAddress from "@/views/SelectAddress.vue";
import LiteDepositForm from "@/views/transactions/lite/Deposit.vue";
import LiteDepositForm from "@/views/zksync/lite/transactions/Deposit.vue";
const { destinations } = storeToRefs(useDestinationsStore());
Expand Down
2 changes: 1 addition & 1 deletion pages/transaction/zksync/lite/send.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { useRoute, useRouter } from "#app";
import { useDestinationsStore } from "@/store/destinations";
import { checksumAddress } from "@/utils/formatters";
import SelectAddress from "@/views/SelectAddress.vue";
import LiteTransferForm from "@/views/transactions/lite/Transfer.vue";
import LiteTransferForm from "@/views/zksync/lite/transactions/Transfer.vue";
const { destinations } = storeToRefs(useDestinationsStore());
Expand Down
2 changes: 1 addition & 1 deletion pages/transaction/zksync/lite/withdraw.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { useRoute, useRouter } from "#app";
import { useDestinationsStore } from "@/store/destinations";
import { checksumAddress } from "@/utils/formatters";
import SelectAddress from "@/views/SelectAddress.vue";
import LiteTransferForm from "@/views/transactions/lite/Transfer.vue";
import LiteTransferForm from "@/views/zksync/lite/transactions/Transfer.vue";
const { destinations } = storeToRefs(useDestinationsStore());
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8bb0326

Please sign in to comment.