forked from mirrors/0ad
a40caaffc4
The static `import` should be prefered over the dynamic but it might be usefull when loading an object from a json file.
5 lines
63 B
JavaScript
5 lines
63 B
JavaScript
export default function()
|
|
{
|
|
return import("include/pi.js");
|
|
}
|