import React from 'react' import PropTypes from 'prop-types' function Injecttion(props) { return (
Injection
) } Injecttion.propTypes = { } export default Injecttion