Files
click-erp/public/assets/vendors/moment/templates/amd-named.js
2023-02-22 07:48:50 +00:00

8 lines
115 B
JavaScript
Executable File
Vendored

/*global define:false*/
import moment from "./moment";
define("moment", [], function () {
return moment;
});