mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-04 15:53:07 +03:00
9 lines
216 B
JavaScript
9 lines
216 B
JavaScript
|
import * as elmOembed from "/elm-oembed.js";
|
||
|
// import "./lib/native-shim.js";
|
||
|
|
||
|
export default function (elmLoaded) {
|
||
|
document.addEventListener("DOMContentLoaded", function (event) {
|
||
|
elmOembed.setup();
|
||
|
});
|
||
|
}
|