From 08355b4c230435722654c389eae78996c3b345fc Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Mon, 5 Aug 2024 18:11:32 +0200 Subject: [PATCH] fix: import from path --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8ea1d4a..f24a1fe 100644 --- a/index.js +++ b/index.js @@ -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 };