import { getConfig } from "../../common/config.js"; const key = 'archive'; const logo = ` JLINC Icon ` export function getModuleConfig() { const config = getConfig(); return { title: 'JLINC Archive/Audit', logo, type: key, endpoint: config.publicArchiveUrl, background: { color1: 'rgb(79, 55, 139)', color2: 'rgb(19, 2, 28)', }, button: { color: 'rgb(255, 205, 57)', }, } }