init opencollective
This commit is contained in:
parent
9c8be1a264
commit
a76b429acd
1 changed files with 2 additions and 1 deletions
|
@ -4,10 +4,11 @@ import '../css/tripledot.css';
|
|||
|
||||
import { MyIP } from './plugins/myip.js';
|
||||
import { Time } from './plugins/time.js';
|
||||
|
||||
import { OpenCollective } from './plugins/opencollective.js';
|
||||
|
||||
|
||||
(function() {
|
||||
var time = new Time();
|
||||
var myip = new MyIP();
|
||||
var opencollective = new OpenCollective();
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue