From 20f0a8fc10f38c3dde257bb963b6b6af1a187491 Mon Sep 17 00:00:00 2001 From: LautaroPetaccio Date: Mon, 13 Jan 2025 13:30:14 -0300 Subject: [PATCH] fix: Add marketing banner to index --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index ff69584..b23bef1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -28,5 +28,6 @@ export * as dclModal from "./components/Modal" export * from "./components/Navbar" export * from "./components/Notifications" export * from "./components/UserMenu" +export * from "./components/MarketingBanner" export * as dclNetworkUtils from "./lib/network"