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