Skip to content
Permalink
Branch: master
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
5 lines (4 sloc) 91 Bytes
import("./index").then(
() => console.log("Loaded."),
error => console.error(error)
);
You can’t perform that action at this time.