mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
5 lines
125 B
JavaScript
5 lines
125 B
JavaScript
const { matchPathname } = require('./importer');
|
|
|
|
exports.loadData = function(requestUrl) {
|
|
return Promise.resolve({});
|
|
};
|