mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-13 23:48:55 +01:00
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
|
/*global window:false*/
|
||
|
|
||
|
import moment from "./moment";
|
||
|
|
||
|
window.moment = moment;
|