import './style.css' import '@hashicorp/nextjs-scripts/lib/nprogress/style.css' import Router from 'next/router' import Head from 'next/head' import { ErrorBoundary } from '@hashicorp/nextjs-scripts/lib/bugsnag' import createConsentManager from '@hashicorp/nextjs-scripts/lib/consent-manager' import NProgress from '@hashicorp/nextjs-scripts/lib/nprogress' import useAnchorLinkAnalytics from '@hashicorp/nextjs-scripts/lib/anchor-link-analytics' import HashiHead from '@hashicorp/react-head' import ProductSubnav from 'components/subnav' import MegaNav from '@hashicorp/react-mega-nav' import Footer from 'components/footer' import Error from './_error' NProgress({ Router }) const { ConsentManager, openConsentManager } = createConsentManager({ preset: 'oss', }) function App({ Component, pageProps }) { useAnchorLinkAnalytics() return (