mirror of
https://dev.azure.com/tstanciu94/ReverseProxy/_git/ReverseProxy_Frontend
synced 2022-12-28 18:12:07 +02:00
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
import React from "react";
|
|
|
|
const PageNotFound = () => <h1>Oops! Page not found</h1>;
|
|
|
|
export default PageNotFound;
|