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

@@ -1,4 +1,3 @@
import React from "react";
import classnames from "classnames";
import Layout from "@theme/Layout";
import Link from "@docusaurus/Link";

View File

@@ -4,7 +4,7 @@
* SPDX-License-Identifier: MIT
*/
import React, { useState } from "react";
import { useState } from "react";
import classnames from "classnames";
import Layout from "@theme/Layout";
import styles from "./styles.module.css";