7 lines
126 B
JavaScript
Executable File
Vendored
7 lines
126 B
JavaScript
Executable File
Vendored
import moment from 'moment-timezone'
|
|
|
|
/**
|
|
* Set Moment as a global so you don't have to import it
|
|
*/
|
|
window.moment = moment
|