Skip to content

Commit

Permalink
fix(docusaurus): accidentally removed needed import
Browse files Browse the repository at this point in the history
  • Loading branch information
3v0k4 committed Dec 20, 2023
1 parent 398262a commit 7530e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/src/components/TOCBottom/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PropsWithChildren } from "react";
import React, { PropsWithChildren } from "react";
import { createPortal } from "react-dom";

import styles from "./styles.module.css";
Expand Down

0 comments on commit 7530e71

Please sign in to comment.