Skip to content

Commit

Permalink
fix: mistaken import
Browse files Browse the repository at this point in the history
  • Loading branch information
berzanorg committed Nov 28, 2023
1 parent 043c46a commit dbb86bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { LAMPORTS_PER_SOL } from "@solana/web3.js"
import BN from "bn.js"
import { BN } from "@coral-xyz/anchor"

export const formatDuration = (sec: number) => {
const MINUTE = 60
Expand Down

0 comments on commit dbb86bd

Please sign in to comment.