Skip to content

Commit

Permalink
Use in-repo Input in KitRpc component
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Jul 19, 2023
1 parent ba45570 commit 5cfb304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion astroplant-frontend/src/scenes/kit/rpc/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import React, { useState, useContext } from "react";
import { Container, Input, Divider } from "semantic-ui-react";
import { Container, Divider } from "semantic-ui-react";
import { firstValueFrom } from "rxjs";

import { KitContext } from "../contexts";
import PeripheralCommand from "./PeripheralCommand";
import { api } from "~/api";
import { Button } from "~/Components/Button";
import { Input } from "~/Components/Input";

export default function KitRpc() {
const [versionRequesting, setVersionRequesting] = useState(false);
Expand Down

0 comments on commit 5cfb304

Please sign in to comment.