refactor(docs): Remove no longer necessary React imports
This commit is contained in:
parent
a0a952413a
commit
00962a7255
22 changed files with 1 additions and 24 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import React from "react";
|
||||
import classnames from "classnames";
|
||||
import Layout from "@theme/Layout";
|
||||
import Link from "@docusaurus/Link";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue