@ -5,4 +5,4 @@ export function createCounter() {
let count = $state(0);
count++;
}
export const proxy_in_arrow = object => $state(object);
export const proxy_in_arrow = (object) => $state(object);