Skip to content
Snippets Groups Projects
Commit bdd8f948 authored by Asgher Merchant's avatar Asgher Merchant
Browse files

Delete About.js

parent c887451c
Branches
No related merge requests found
import React from 'react';
const About = () => {
return (
<div>
<h1>About US</h1>
<p>About US page body content</p>
</div>
);
}
export default About;
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment