summaryrefslogtreecommitdiff
path: root/scripts/gui-common/widgets.js
blob: 28efe7f304514b58f7e7b5c8eb9e1c38671a29d5 (plain)
1
2
3
4
5
function widget() {
    console.log("widgets!");
}

export { widget };