1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-16 10:11:34 +01:00
Files
2020-10-04 17:14:00 +02:00

8 lines
105 B
JavaScript

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