export const Component = () => { createEventListener(window, "beforeunload", () => saveData()); onCleanup(() => saveData()); return <></>}