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