diff --git a/core/src/index.ts b/core/src/index.ts index 03a860c41e..b15ba0618b 100644 --- a/core/src/index.ts +++ b/core/src/index.ts @@ -1,2 +1,3 @@ export * from './utils/platform'; export * from './utils/config'; +export * from './components/nav/constants';