import Link from "next/link"; import DefaultLayout from "../components/defaultLayout"; const Example = (props) => { return (

This page is static because it does not fetch any data or include the authed user info.

Home
); }; export default Example;