one-click-accessibility/modules/scanner/assets/js/layouts/index.js
VasylD 6e44998cd7
[APP-929][APP-930] Add initial setup for wizard, added btn to the topbar (#230)
* [APP-929][APP-930]

* [APP-929][APP-930]

* update logic

* update init app

* [APP-0000] store plan scope after register/switch

* change return of load

* add header

* Move into shadow dom, add context, add headers components

* add UI components

* add UI components

* add UI components

* merge current develop

* merge current develop

* Add AltText Form

* Add scroll to current element

* Align with current design, add loader, added preview for svg

* Align with current design, add loader, added preview for svg

* Resolve comments

* Resolve comments

* Resolve comments
2025-04-16 14:58:55 +02:00

3 lines
143 B
JavaScript

export { MainLayout } from './main-layout';
export { AltTextLayout } from './alt-text-layout';
export { ManualLayout } from './manual-layout';