Created
March 31, 2020 10:20
-
-
Save khanof89/f4a9ea93d21d5d876bd48f10fc9b066f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, {Component, Fragment} from 'react'; | |
export default class Contact extends Component { | |
render() { | |
return ( | |
<Fragment> | |
Contact Us | |
</Fragment> | |
) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment