UNPKG

cc-core-cli

Version:

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

14 lines (10 loc) 206 B
import React from 'react' import { Social } from '@shopstack/cc-admin-lib' class SocialPage extends React.PureComponent { render() { return ( <Social /> ) } } export default SocialPage