mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
7 lines
151 B
JavaScript
7 lines
151 B
JavaScript
(function() {
|
|
function loadEntries() {
|
|
['./app.js','./shared.js'].forEach(function (entry) { System.import(entry); });
|
|
}
|
|
|
|
loadEntries()
|
|
})(); |