From 13778f844cccfe12efaa84604183b8fb7d377cb0 Mon Sep 17 00:00:00 2001 From: Dani Moreno <96433370+dani-moreno@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:19:19 +0100 Subject: [PATCH] Missing export (#941) --- lib/experimental/Navigation/exports.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/experimental/Navigation/exports.tsx b/lib/experimental/Navigation/exports.tsx index cc357554f..029b84890 100644 --- a/lib/experimental/Navigation/exports.tsx +++ b/lib/experimental/Navigation/exports.tsx @@ -1,6 +1,7 @@ export * from "./ApplicationFrame" export * from "./Carousel" export * from "./Header" +export * from "./Omnibutton" export * from "./Page" export * from "./Sidebar" export * from "./Tabs"