import { onReady } from "./utils/helpers"; onReady(() => { }); function saveOptions() { } document.getElementById('save').addEventListener('click', saveOptions)