UNPKG

cc-core-cli

Version:

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

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