From cdf20a85cc5797c5781ad3625fc892f258373852 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Mon, 16 Oct 2023 15:00:33 -0400 Subject: [PATCH] fix: remove extension from import --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 1fcdb98..59f82ab 100644 --- a/src/index.ts +++ b/src/index.ts @@ -12,7 +12,7 @@ export { default as LumeStatusProvider, useLumeStatus, type LumeStatusContext, -} from "src/components/LumeStatusProvider.js"; +} from "src/components/LumeStatusProvider"; export { default as LumeDashboard, LumeDashboardTrigger,