mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 00:01:37 +08:00
fix: build error due to FindLcm (#1223)
Co-authored-by: patrickwestervelt <pwestervelt3@gatech.edu>
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
|
||||
'use strict'
|
||||
|
||||
import { findHCF } from './findHcf'
|
||||
import { findHCF } from './FindHcf'
|
||||
|
||||
// Find the LCM of two numbers.
|
||||
const findLcm = (num1, num2) => {
|
||||
|
Reference in New Issue
Block a user