blob: 7cdaf0b89d452fc605f2817efd9de2c31316cc3a (
plain)
1
2
3
4
5
6
7
8
9
10
|
import { homescreen, afmMain } from 'agl-js-api';
var configjson = require('../config.json');
export function load() {
//afmMain.start(configjson.background).then(function(result) {
// console.log("loading background: " + result);
//});
console.log("Empty for background");
}
|