mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-30 08:34:51 +01:00
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
|
/*global define:false*/
|
||
|
|
||
|
import moment from "./moment";
|
||
|
|
||
|
define("moment", [], function () {
|
||
|
return moment;
|
||
|
});
|