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