diff --git a/app/lib.ts b/app/lib.ts index 5444c1c..72c1cfe 100644 --- a/app/lib.ts +++ b/app/lib.ts @@ -8,6 +8,8 @@ import '../src/styling/main.scss'; * Components */ +export { BaklavaProvider } from '../src/context/BaklavaProvider.tsx'; + // Typography export { H1, H2, H3, H4, H5, H6 } from '../src/typography/Heading/Heading.tsx';