import React from "react";
const Service = () => {
return <div>Service1</div>;
};
export default Service;