diff --git a/package.json b/package.json index f10b571..58509d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@inkonchain/ink-kit", - "version": "0.5.2", + "version": "0.5.3", "description": "", "main": "dist/index.cjs.js", "module": "dist/index.es.js", diff --git a/src/layout/InkLayout/index.ts b/src/layout/InkLayout/index.ts index cc52910..5659735 100644 --- a/src/layout/InkLayout/index.ts +++ b/src/layout/InkLayout/index.ts @@ -1,2 +1,4 @@ export * from "./InkLayout"; export * from "./InkLayoutSideNav"; +export * from "./InkNavLink"; +export * from "./MobileNav";