- Fix router import path in main.js - Handle Django REST Framework pagination format in API calls - Add getTemplates function to project API - Restart frontend development server
6 lines
195 B
JavaScript
6 lines
195 B
JavaScript
//#region ../../packages/components/pagination/src/constants.ts
|
|
const elPaginationKey = Symbol("elPaginationKey");
|
|
//#endregion
|
|
export { elPaginationKey };
|
|
|
|
//# sourceMappingURL=constants.mjs.map
|