export function getElement(selector) { return document.querySelector(selector); }