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