'use strict'

import React from 'react'
import {ApSign, ApSignStyle} from 'apeman-react-sign'

const ExampleComponent = React.createClass({
  render () {
    return (
      <div>
        <ApSignStyle ></ApSignStyle>
        <ApSign>

        </ApSign>
      </div>
    )
  }
})
