1
2
3
4
5
import { getItem } from "https://esm.town/v/beneskildsen/getItem";
export const getBonsaiState = () => {
return getItem("bonsaiState");
};