5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
import listLabels from './list-labels/index.js';
|
|
import listRepos from './list-repos/index.js';
|
|
|
|
export default [listLabels, listRepos];
|