# profile-builder/4.0.3/assets/misc/divi/includes/modules/index.js

User Profile Builder – Beautiful User Registration Forms, User Profiles &amp; User Role Editor, version 4.0.3. 18 lines.

- Page: https://pluginprobe.com/plugins/profile-builder/4.0.3/code/assets/misc/divi/includes/modules/index.js
- Raw: https://pluginprobe.com/plugins/profile-builder/4.0.3/raw/assets/misc/divi/includes/modules/index.js
- Modified: 2024-02-07T11:04:54+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/profile-builder/4.0.3/code/assets/misc/divi/includes/modules/index.js#L10-L20`.

```javascript
import Register from "./register/register";
import EditProfile from "./edit-profile/edit-profile";
import UserListing from "./user-listing/user-listing";
import Login from "./login/login";
import RecoverPassword from "./recover-password/recover-password";
import ContentRestrictionStart from "./content-restriction-end/content-restriction-end";
import ContentRestrictionEnd from "./content-restriction-start/content-restriction-start";

export default [
  Register,
  EditProfile,
  UserListing,
  Login,
  RecoverPassword,
  ContentRestrictionStart,
  ContentRestrictionEnd,
];

```
