import React from 'react'; import StyledWrapper from './StyledWrapper'; const StatusCode = () => { return ( 200 OK ) }; export default StatusCode;