UNPKG

cc-core-cli

Version:

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

12 lines (10 loc) 237 B
import React, { PureComponent } from 'react' import { Maintenance } from '@shopstack/cc-admin-lib' class MaintenancePage extends PureComponent { render() { return ( <Maintenance /> ) } } export default MaintenancePage