UNPKG

cc-core-cli

Version:

Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.

13 lines (10 loc) 243 B
import React from 'react' import { RegisterForm } from '@shopstack/cc-admin-lib' class Register extends React.Component { render() { return ( <RegisterForm {...this.props} /> ) } } export default Register