1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-17 18:51:35 +01:00
Files
CheckServer/vendors/moment/templates/amd-named.js
2020-10-04 17:14:00 +02:00

8 lines
115 B
JavaScript

/*global define:false*/
import moment from "./moment";
define("moment", [], function () {
return moment;
});