UNPKG

adminjs

Version:
4 lines 481 B
import allowOverride from '../../hoc/allow-override.js'; const AuthenticationBackgroundComponent = () => null; const OverridableAuthenticationBackgroundComponent = allowOverride(AuthenticationBackgroundComponent, 'AuthenticationBackgroundComponent'); export { OverridableAuthenticationBackgroundComponent as default, OverridableAuthenticationBackgroundComponent as AuthenticationBackgroundComponent, AuthenticationBackgroundComponent as OriginalAuthenticationBackgroundComponent };