Skip to content

Commit a5cfaf3

Browse files
committed
Add new functions to index
1 parent 0033bf3 commit a5cfaf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ export {
2323
export { default as LuDecomposition, default as LU } from './dc/lu.js';
2424
export { default as QrDecomposition, default as QR } from './dc/qr.js';
2525
export { default as NNMFDecomposition, default as NNMF } from './dc/nnmf.js';
26-
export { projection } from './projection';
27-
export { distance } from './views/distance';
26+
export { projection } from './projection.js';
27+
export { distance } from './views/distance.js';

0 commit comments

Comments
 (0)