adminjs
Version:
Admin panel for apps written in node.js
4 lines • 481 B
JavaScript
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 };