UNPKG

cc-core-cli

Version:

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

15 lines (10 loc) 224 B
import React, { PureComponent } from 'react' import { Profile } from '@shopstack/cc-admin-lib' class ProfilePage extends PureComponent { render() { return ( <Profile /> ) } } export default ProfilePage