import React from 'react' const ThirdPart = () => { return (
Third part
) } export default ThirdPart