1
2
3
let { testState } = await import("https://esm.town/v/stevekrouse/testState");
export const mutateTestState = (state) => (testState = state);