mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
/*global define:false*/
|
|
|
|
import moment from "./moment";
|
|
|
|
define("moment", [], function () {
|
|
return moment;
|
|
});
|