Skip to content

Commit

Permalink
fix: import from path
Browse files Browse the repository at this point in the history
  • Loading branch information
jzck committed Aug 5, 2024
1 parent 2610d73 commit 08355b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { calcul_3cl } from './src/index.js';
export { calcul_3cl };
import { Umur, Uph, Upb, Uporte, Ubv, Upt } from 'src/3_deperdition.js';
import { Umur, Uph, Upb, Uporte, Ubv, Upt } from './src/3_deperdition.js';
export { Umur, Uph, Upb, Uporte, Ubv, Upt };

0 comments on commit 08355b4

Please sign in to comment.