export function meta() { return [{ title: "404 - Page Not Found" }]; } export default function NotFound() { return (
Page not found.