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