UNPKG

@kcutils/gatsby-plugin-intl

Version:

gatsby plugin with support react-intl

8 lines 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pageWrapper = void 0; var pageWrapper = function () { console.log("hello world"); }; exports.pageWrapper = pageWrapper; //# sourceMappingURL=wrapper.js.map