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, ];