chore: Update old spec to builder

This commit is contained in:
BluJ
2023-05-02 14:22:32 -06:00
parent 747fa39c6c
commit 78d04219b9
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import { Config } from "./config"
import { Config, topConfig } from "./config"
import { List } from "./list"
import { Value } from "./value"
import { Variants } from "./variants"
@@ -10,4 +10,5 @@ export {
List,
Value,
Variants,
topConfig,
}