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

Delete Error.js

parent bdd8f948
Branches
No related merge requests found
import React from 'react';
const Error = () => {
return (
<div>
<p>Error: Page does not exist!</p>
</div>
);
}
export default Error;
\ 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