import organization from './organization.html' import support from './support.html' import termsAndConditions from './terms-and-conditions.html' import codeOfConduct from './code-of-conduct.html' import dataPrivacy from './data-privacy.html' import faq from './faq.html' import imprint from './imprint.html' import donate from './donate.html' export default { organization, support, termsAndConditions, codeOfConduct, dataPrivacy, faq, imprint, donate, }