react-server675fbba4
react-servertreemaintestfixtureshttp-status.jsx
test/fixtures/http-status.jsxjsx135 Baa4893bf
import { status } from "@lazarv/react-server";

export default function HttpStatusPage() {
  status(404);
  return <p>Not Found</p>;
}