Skip to content

Commit

Permalink
fix: relative path instead of hard coded path
Browse files Browse the repository at this point in the history
  • Loading branch information
MoutPessemier committed May 14, 2024
1 parent 734c1b2 commit bcd2ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Matrix/determinant.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getDimensions, getMatrixMinor } from 'src/Helpers';
import { getDimensions, getMatrixMinor } from '../Helpers/index';

/**
* Recursively calculate the determinant of a matrix, making use of the minor matrix
Expand Down

0 comments on commit bcd2ae4

Please sign in to comment.