From 0706b052f1198b6274661a77e58563f1306e075c Mon Sep 17 00:00:00 2001 From: Elena Grednikova Date: Mon, 25 Nov 2024 18:45:28 +0100 Subject: [PATCH] Update packege json to export icons --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b7d72530..871e6713 100644 --- a/package.json +++ b/package.json @@ -146,6 +146,7 @@ "./contexts": "./dist/contexts/index.js", "./sharedState": "./dist/sharedState/index.js", "./theme": "./dist/theme/index.js", + "./icons": "./dist/icons/index.js", "./dist/*": "./dist/*.js", "./dist/style.css": "./dist/style.css" }