refactor(docs): Remove no longer necessary React imports

This commit is contained in:
Cem Aksoylar
2024-01-12 16:20:34 -08:00
parent a0a952413a
commit 00962a7255
22 changed files with 1 additions and 24 deletions

View File

@@ -4,7 +4,6 @@
* SPDX-License-Identifier: CC-BY-NC-SA-4.0
*/
import React from "react";
import PropTypes from "prop-types";
import Footnote from "./Footnote";