unnecessary import

This commit is contained in:
beckerinj
2023-03-21 23:10:01 -07:00
parent 874691f729
commit 6c2d8a8494
@@ -1,5 +1,4 @@
import { Component, JSX } from "solid-js";
import Flex from "./layout/Flex";
const CheckBox: Component<{
label: JSX.Element;