SMH110/widgets

Move to modules rather than globals

massimocode opened this issue · 2 comments

It's not really good practice to be using globals. I think we should try to move to modules. For now, I think the classic "AMD" approach would be good.

I've made a PR for this #36

Merged