mirror of
https://github.com/wassname/angular-timezone-selector.git
synced 2026-07-22 12:30:14 +08:00
8 lines
105 B
JavaScript
8 lines
105 B
JavaScript
/*global define:false*/
|
|
|
|
import moment from "./moment";
|
|
|
|
define([], function () {
|
|
return moment;
|
|
});
|