UNPKG

cc-core-cli

Version:

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

13 lines (10 loc) 225 B
import React from "react" import { Authentication } from "@shopstack/cc-admin-lib" class CallbackPage extends React.PureComponent { render() { return ( <Authentication /> ) } } export default CallbackPage