import React from 'react'; import Badge from '../index'; const Demo = () => { return (

132456
); }; export default Demo;