import { getPublicUrl } from "@sitecore-jss/sitecore-jss-nextjs"; // Prefix public assets with a public URL to enable compatibility with Sitecore editors. // If you're not supporting Sitecore editors, you can remove this. const publicUrl = getPublicUrl(); const Navigation = (): JSX.Element => (
); export default Navigation;