mirror of https://github.com/ColorlibHQ/gentelella
8 lines
105 B
JavaScript
8 lines
105 B
JavaScript
![]() |
/*global define:false*/
|
||
|
|
||
|
import moment from "./moment";
|
||
|
|
||
|
define([], function () {
|
||
|
return moment;
|
||
|
});
|