import Empty from '../components/date-picker';
import '../components/empty/style';

export default {
  render() {
    return <Empty />;
  },
};