import * as React from 'react'; import Page from '../containers/Page'; const Playground = () => (

component playground

test your components here, y'all.

); export default Playground;