apeman-react-sign
Version:
apeman react package for sign components
20 lines (16 loc) • 365 B
JSX
/**
* apeman react package for sign components
* @module apeman-react-sign
* @version 6.0.8
*/
import ApSignStyle from './ap_sign_style'
import ApSigninForm from './ap_signin_form'
import ApSignmodForm from './ap_signmod_form'
import ApSignupForm from './ap_signup_form'
export {
ApSignStyle,
ApSigninForm,
ApSignmodForm,
ApSignupForm
}