1
2
3
4
5
import { milkStore } from "https://esm.town/v/_/milkStore";
export const collected = (async () => {
return milkStore;
})();