Removed unused import

This commit is contained in:
Valtteri Karesto
2022-05-03 14:07:43 +03:00
parent e33093f160
commit aa7e1517a2

View File

@@ -5,7 +5,7 @@ import { Gear, Play } from "phosphor-react";
import Hotkeys from "react-hot-keys";
import Split from "react-split";
import { useSnapshot } from "valtio";
import { ButtonGroup, Flex, Input } from "../../components";
import { ButtonGroup, Flex } from "../../components";
import Box from "../../components/Box";
import Button from "../../components/Button";
import Popover from "../../components/Popover";