freeCodeCamp/common/app/create-panes-map.js

8 lines
142 B
JavaScript

import { createPanesMap as routesPanes } from './routes/';
export default function createPanesMap() {
return {
...routesPanes()
};
}