mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-05 20:46:14 +01:00
8 lines
105 B
JavaScript
8 lines
105 B
JavaScript
|
/*global define:false*/
|
||
|
|
||
|
import moment from "./moment";
|
||
|
|
||
|
define([], function () {
|
||
|
return moment;
|
||
|
});
|