mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-03-31 06:24:02 -04:00
8 lines
93 B
JavaScript
8 lines
93 B
JavaScript
class Index {
|
|
constructor({el}) {
|
|
this.el = el;
|
|
}
|
|
}
|
|
|
|
module.exports = Index;
|