# elementor/3.10.0-dev1/app/modules/onboarding/assets/js/module.js

Elementor Website Builder – more than just a page builder, version 3.10.0-dev1. 11 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.10.0-dev1/code/app/modules/onboarding/assets/js/module.js
- Raw: https://pluginprobe.com/plugins/elementor/3.10.0-dev1/raw/app/modules/onboarding/assets/js/module.js
- Modified: 2022-10-03T17:24:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/3.10.0-dev1/code/app/modules/onboarding/assets/js/module.js#L10-L20`.

```javascript
import router from '@elementor/router';

export default class Onboarding {
	constructor() {
		router.addRoute( {
			path: '/onboarding/*',
			component: React.lazy( () => import( /* webpackChunkName: 'onboarding' */ './app' ) ),
		} );
	}
}

```
