import React from 'react'; import Empty from '../index'; const Demo = () => { return ( ); }; export default Demo;