robobyte-front-builder 1.0.3 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/lib/index.js +1 -0
package/package.json
CHANGED
package/src/lib/index.js
CHANGED
|
@@ -72,6 +72,7 @@ export { default as RoboByteFrontBuilderProvider } from './providers/RoboByteFro
|
|
|
72
72
|
//
|
|
73
73
|
export { default as UIBuilderPage } from '../pages/viewBuilder/index'
|
|
74
74
|
export { default as ReportBuilderPage } from '../pages/reportModule/reportBuilder/index'
|
|
75
|
+
export { default as NavigatorBuilderPage } from '../pages/navigatorBuilder/index'
|
|
75
76
|
|
|
76
77
|
// ── Core Contexts & Hooks (advanced use) ─────────────────────────────────────
|
|
77
78
|
// Useful when you need to read or drive builder state from the host app.
|