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