fixes eslint error

This commit is contained in:
Mose Müller 2024-07-08 15:16:13 +02:00
parent 6e8ad98282
commit fa45ee566b

View File

@ -1,4 +1,4 @@
import React, { useEffect, useRef } from "react";
import React, { useRef } from "react";
import { runMethod } from "../socket";
import { Button, Form } from "react-bootstrap";
import { DocStringComponent } from "./DocStringComponent";