2018-04-02 07:34:16 +02:00
|
|
|
import Application from "./Application"
|
|
|
|
import AnimeNotifier from "./AnimeNotifier"
|
2017-06-19 03:59:59 +02:00
|
|
|
|
2017-06-19 16:49:24 +02:00
|
|
|
let app = new Application()
|
|
|
|
let arn = new AnimeNotifier(app)
|
2017-06-19 16:20:46 +02:00
|
|
|
|
2017-07-19 09:09:55 +02:00
|
|
|
arn.init()
|
|
|
|
|
|
|
|
// For debugging purposes
|
|
|
|
window["arn"] = arn
|