UNPKG

cc-core-cli

Version:

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

13 lines (10 loc) 241 B
import React, { PureComponent } from 'react' import { ForgotPassword } from '@shopstack/cc-admin-lib' class ForgotPasswordPage extends PureComponent { render() { return ( <ForgotPassword /> ) } } export default ForgotPasswordPage