import { AbstractSystemDropDownUserView } from 'View/User/AbstractSystemDropDown'; class SystemDropDownSettingsUserView extends AbstractSystemDropDownUserView { constructor() { super('User/Settings/SystemDropDown'); } } export { SystemDropDownSettingsUserView };