Skip to content

Commit

Permalink
chore: undo organized imports
Browse files Browse the repository at this point in the history
  • Loading branch information
semeano committed Jan 6, 2025
1 parent c06402f commit d4fa14c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import BigNumber from "bignumber.js";
import type { DeviceTransactionField } from "../../transaction";
import BigNumber from "bignumber.js";

export const methodToString = (method: number): string => {
switch (method) {
Expand Down

0 comments on commit d4fa14c

Please sign in to comment.