Preview: auth-background-component.tsx
Size: 525 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/src/frontend/components/app/auth-background-component.tsx
import React from 'react'
import allowOverride from '../../hoc/allow-override.js'
const AuthenticationBackgroundComponent: React.FC = () => null
const OverridableAuthenticationBackgroundComponent = allowOverride(AuthenticationBackgroundComponent, 'AuthenticationBackgroundComponent')
export {
OverridableAuthenticationBackgroundComponent as default,
OverridableAuthenticationBackgroundComponent as AuthenticationBackgroundComponent,
AuthenticationBackgroundComponent as OriginalAuthenticationBackgroundComponent,
}
Directory Contents
Dirs: 6 × Files: 17