5 lines
76 B
TypeScript
Raw Normal View History

2022-10-10 21:45:48 +02:00
export let remountCount = 0;
export function update() {
remountCount++;
}