Files
photos/frontend/src/NotFound.tsx

6 lines
91 B
TypeScript

import * as React from "react";
export function NotFound() {
return <div>404</div>;
}