Added tag pages.

This commit is contained in:
2024-01-26 01:31:15 +01:00
parent d739975d36
commit 5cdbf036f1
19 changed files with 618 additions and 53 deletions

View File

@@ -4,7 +4,7 @@ import initLogger from './logger.js';
const logger = initLogger();
function curateEntity(entity, context) {
export function curateEntity(entity, context) {
if (!entity) {
return null;
}