import React from 'react' const Intro = () => { return (
Intro
) } export default Intro