import * as React from "react"; import * as System from "../dist"; export default class TestPage extends React.Component { render() { console.log(System.Constants); return (
Component Library Test

If this works. That means the component library bundle is working correctly.

Primary   Secondary   Disabled
); } }