diff --git a/components/Layout/index.jsx b/components/Layout/index.jsx index 3891b43..a887ff0 100644 --- a/components/Layout/index.jsx +++ b/components/Layout/index.jsx @@ -1,6 +1,5 @@ import TableOfContents from '@node-core/ui-components/Common/TableOfContents'; import Article from '@node-core/ui-components/Containers/Article'; -import RemoteLoadableBanner from '@node-core/doc-kit/src/generators/web/ui/components/AnnouncementBanner/RemoteLoadableBanner'; import { Analytics } from '@vercel/analytics/react'; import { SpeedInsights } from '@vercel/speed-insights/react'; @@ -8,6 +7,7 @@ import NavBar from '../Navigation'; import MetaBar from '../Metabar'; import SideBar from '../Sidebar'; import Footer from '../Footer'; +import { NavigationStateProvider } from '../../providers/navigationStateProvider'; /** * @typedef {Object} Props @@ -21,8 +21,7 @@ import Footer from '../Footer'; * @param {Props} props */ export default ({ metadata, headings, readingTime, children }) => ( - <> - + @@ -42,5 +41,5 @@ export default ({ metadata, headings, readingTime, children }) => (