From 39b5737a7f058370eacc4f9b2bf64fe7f1a55c19 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 11 Jun 2024 14:38:05 -0400 Subject: [PATCH] expose kit functions --- src/webawesome.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webawesome.ts b/src/webawesome.ts index 656bd8aed..a1b006aa6 100644 --- a/src/webawesome.ts +++ b/src/webawesome.ts @@ -1,4 +1,4 @@ -export { getBasePath, setBasePath } from './utilities/base-path.js'; +export { getBasePath, setBasePath, getKitCode, setKitCode } from './utilities/base-path.js'; export { registerIconLibrary, unregisterIconLibrary } from './components/icon/library.js'; export { discover } from './utilities/autoloader.js';