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

Delete Home.js

parent 3821aa02
No related merge requests found
import React from 'react';
const home = () => {
return (
<div>
<h1>Home</h1>
<p>Home page body content</p>
</div>
);
}
export default home;
\ 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