mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
The static `import` should be prefered over the dynamic but it might be usefull when loading an object from a json file.
4 lines
63 B
JavaScript
4 lines
63 B
JavaScript
export default function()
|
|
{
|
|
return import("include/pi.js");
|
|
}
|