Skip to content

Commit

Permalink
fix: import js missing
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Nov 25, 2024
1 parent ff8061f commit 01835b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
dataToExecData,
ExecArgBase,
ExecDataRepresentation,
} from '../ExecArgBase'
} from '../ExecArgBase.js'

export declare namespace ExecArgNeptuneDeposit {
export interface Params {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
ExecArgBase,
dataToExecData,
ExecDataRepresentation,
} from '../ExecArgBase'
} from '../ExecArgBase.js'
import { toBase64 } from '../../../../utils'


Expand Down

0 comments on commit 01835b4

Please sign in to comment.