rearranfe lib

This commit is contained in:
Matt Hill
2023-03-27 15:17:58 -06:00
parent 07e92913ac
commit e95f67aef4
17 changed files with 14 additions and 368 deletions

View File

@@ -1,4 +1,4 @@
import { InputSpec, ValueSpec } from "../../types/config-types";
import { InputSpec, ValueSpec } from "../config-types";
import { typeFromProps } from "../../util";
import { BuilderExtract, IBuilder } from "./builder";
import { Value } from "./value";