blob: 574841be94e0b544a227cdb26558675d1707c7a0 (
plain) (
blame)
1
2
3
4
5
6
|
import EternalLoad from './eternalload.js'
let load = new EternalLoad()
.use_local('/c/push')
.use_remote('/c/push_url')
.attach(document.querySelector('#template-goes-here'));
|