class PixiContainerCollection extends
Context.Tag("PixiContainerManager")<PixiContainerCollection, Ref.Ref<HashMap.HashMap<string, Container>>>() {
}
const initialCollection = Ref.make(HashMap.empty<string, Container>());
export const provideContainerCollectionService = Effect.provideServiceEffect(PixiContainerCollection, initialCollection);
class PixiContainerCollection extends
Context.Tag("PixiContainerManager")<PixiContainerCollection, Ref.Ref<HashMap.HashMap<string, Container>>>() {
}
const initialCollection = Ref.make(HashMap.empty<string, Container>());
export const provideContainerCollectionService = Effect.provideServiceEffect(PixiContainerCollection, initialCollection);