Skip to content

Commit a7b9d3f

Browse files
committed
remove unused imports
1 parent 3880c89 commit a7b9d3f

File tree

1 file changed

+1
-1
lines changed
  • packages/docusaurus-theme-openapi-docs/src/theme/RequestSchema

1 file changed

+1
-1
lines changed

packages/docusaurus-theme-openapi-docs/src/theme/RequestSchema/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
* ========================================================================== */
77

8-
import React, { Suspense, useEffect, useState } from "react";
8+
import React, { Suspense } from "react";
99

1010
import BrowserOnly from "@docusaurus/BrowserOnly";
1111
import Details from "@theme/Details";

0 commit comments

Comments
 (0)