mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector
synced 2025-06-21 19:17:04 +03: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;
|