import React from 'react' import styled from 'styled-components' const Container = styled.div` margin: 80px 0; border-top: 1px solid black; padding: 20px 0; ` const FoundTypo = () => { return (

👀 Found a typo? Let us know!

The current stable version of npm is here. To upgrade, run: npm install npm@latest -g

To report bugs or submit feature requests for the docs, please post here. Submit npm issues here.

) } export default FoundTypo