import { optionsStorage } from './options-storage'; const init = async () => { await optionsStorage.syncForm('#options form'); }; init();