fix: build error due to FindLcm (#1223)

Co-authored-by: patrickwestervelt <pwestervelt3@gatech.edu>
This commit is contained in:
Psytew
2022-10-24 07:54:45 -04:00
committed by GitHub
parent 8c27d86afc
commit 72ee63ca0f

View File

@ -11,7 +11,7 @@
'use strict' 'use strict'
import { findHCF } from './findHcf' import { findHCF } from './FindHcf'
// Find the LCM of two numbers. // Find the LCM of two numbers.
const findLcm = (num1, num2) => { const findLcm = (num1, num2) => {