- 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
10 lines
200 B
JavaScript
10 lines
200 B
JavaScript
//#region ../../packages/constants/column-alignment.ts
|
|
const columnAlignment = [
|
|
"left",
|
|
"center",
|
|
"right"
|
|
];
|
|
//#endregion
|
|
export { columnAlignment };
|
|
|
|
//# sourceMappingURL=column-alignment.mjs.map
|