diff --git a/client/app/components/NotFound.js b/client/app/components/NotFound.js new file mode 100644 index 0000000..5984e9b --- /dev/null +++ b/client/app/components/NotFound.js @@ -0,0 +1,10 @@ +// components/NotFound.js +import React from 'react'; + +const NotFound = () => +
We are sorry but the page you are looking for does not exist.
+