From f0fdffd9a92254a1eb55344dda8fe75c8c4e993b Mon Sep 17 00:00:00 2001 From: Ronnie Bathoorn Date: Tue, 4 Jun 2024 16:57:05 +0200 Subject: [PATCH] added to index as well --- src/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.js b/src/index.js index 81fe7f2..e40b66d 100644 --- a/src/index.js +++ b/src/index.js @@ -13,5 +13,7 @@ export {default as geoAirocean} from "./airocean"; export {default as geoIcosahedral} from "./icosahedral"; export {default as geoImago, imagoBlock as geoImagoBlock, imagoRaw as geoImagoRaw} from "./imago"; export {default as geoCubic} from "./cubic"; +export {default as geoRhombicDodecahedral} from "./rhombic"; +export {default as geoDeltoidalHexecontahedral} from "./deltoidal"; export {default as geoCahillKeyes, cahillKeyesRaw as geoCahillKeyesRaw} from "./cahillKeyes"; export {default as geoComplexLog, complexLogRaw as geoComplexLogRaw} from "./complexLog";