import { SharedTree, TreeViewConfiguration, SchemaFactory, Tree } from "fluid-framework"; import { TinyliciousClient } from "@fluidframework/tinylicious-client"; const client = new TinyliciousClient(); const containerSchema = { initialObjects: { diceTree: SharedTree }, }; const root = document.getElementById("content"); // The string passed to the SchemaFactory should be unique const sf = new Sche