diff --git a/src/components/TagEditor.tsx b/src/components/TagEditor.tsx index bc49359..64b8a7c 100644 --- a/src/components/TagEditor.tsx +++ b/src/components/TagEditor.tsx @@ -1,6 +1,7 @@ import { Select, createOptions } from "@thisbeyond/solid-select"; import "~/styles/solid-select.css" import { SmallHeader } from "./layout"; +import { For } from "solid-js"; // take two arrays, subtract the second from the first, then return the first function subtract(a: T[], b: T[]) { @@ -45,20 +46,19 @@ export function TagEditor(props: { title: string, values: TagItem[], setValues: {props.title}