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