import { ObjectTree } from "@weborigami/async-tree"; export default new ObjectTree({ a: "Hello, a.", b: "Hello, b.", });