import Empty from '../components/input-number'; import '../components/empty/style'; export default { render() { return <Empty />; }, };