const Component = (props) => {
return (
<>
<h1>Hello Mantap</h1>
</>
);
};
export default Component;