mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-03-11 04:52:02 +01:00
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
/*global window:false*/
|
|
|
|
import moment from "./moment";
|
|
|
|
window.moment = moment;
|