From 0b93136a28fa3df69141c668000c08dd784ab333 Mon Sep 17 00:00:00 2001 From: Carl Whittaker Date: Wed, 6 Mar 2024 10:16:32 +0000 Subject: [PATCH] feat: export `OakGlobalStyles` so that they can be used by a consumer of the library --- src/components/atoms/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/atoms/index.ts b/src/components/atoms/index.ts index c1b4f1aa..c836e6de 100644 --- a/src/components/atoms/index.ts +++ b/src/components/atoms/index.ts @@ -17,3 +17,4 @@ export * from "./OakThemeProvider"; export * from "./OakMaxWidth"; export * from "./OakCloudinaryImage"; export * from "./OakKbd"; +export * from "./OakGlobalStyle";