mirror of
https://github.com/wassname/angular-timezone-selector.git
synced 2026-08-20 12:10:24 +08:00
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
/*global window:false*/
|
|
|
|
import moment from "./moment";
|
|
|
|
window.moment = moment;
|