diff --git a/frontend/src/components/shared/CheckBox.tsx b/frontend/src/components/shared/CheckBox.tsx index be8ffd297..4963c7c85 100644 --- a/frontend/src/components/shared/CheckBox.tsx +++ b/frontend/src/components/shared/CheckBox.tsx @@ -1,5 +1,4 @@ import { Component, JSX } from "solid-js"; -import Flex from "./layout/Flex"; const CheckBox: Component<{ label: JSX.Element;