Added tag pages.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user