Skip to content

Commit

Permalink
fix: build error due to FindLcm (TheAlgorithms#1223)
Browse files Browse the repository at this point in the history
Co-authored-by: patrickwestervelt <[email protected]>
  • Loading branch information
Psytew and patrickwestervelt authored Oct 24, 2022
1 parent 8c27d86 commit 72ee63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maths/FindLcm.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

'use strict'

import { findHCF } from './findHcf'
import { findHCF } from './FindHcf'

// Find the LCM of two numbers.
const findLcm = (num1, num2) => {
Expand Down

0 comments on commit 72ee63c

Please sign in to comment.