diff --git a/Maths/FindLcm.js b/Maths/FindLcm.js index c20c867a48..e75a89fd76 100644 --- a/Maths/FindLcm.js +++ b/Maths/FindLcm.js @@ -11,7 +11,7 @@ 'use strict' -import { findHCF } from './findHcf' +import { findHCF } from './FindHcf' // Find the LCM of two numbers. const findLcm = (num1, num2) => {