mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-16 10:11:34 +01:00
8 lines
105 B
JavaScript
8 lines
105 B
JavaScript
/*global define:false*/
|
|
|
|
import moment from "./moment";
|
|
|
|
define([], function () {
|
|
return moment;
|
|
});
|