Skip to content

Instantly share code, notes, and snippets.

@khanof89
Created March 31, 2020 10:20
Show Gist options
  • Save khanof89/f4a9ea93d21d5d876bd48f10fc9b066f to your computer and use it in GitHub Desktop.
Save khanof89/f4a9ea93d21d5d876bd48f10fc9b066f to your computer and use it in GitHub Desktop.
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