JuliusHerrmann 8a26bd714e v1
2022-02-25 00:57:47 +01:00

10 lines
173 B
JavaScript

import CommandLineManager from "../commandline/CommandLineManager";
function NotFound() {
return(
<CommandLineManager page={"404"}/>
);
}
export default NotFound;