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