🔧 chore(Footer.js): add missing import for useDocusaurusContext hook to fix build error
This commit is contained in:
parent
6d72a561aa
commit
d106490ac6
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import React from "react";
|
||||
import Footer from "@theme-original/Footer";
|
||||
import { MendableFloatingButton } from "@mendable/search";
|
||||
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
|
||||
|
||||
export default function FooterWrapper(props) {
|
||||
const iconSpan1 = React.createElement(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue