mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
20 lines
472 B
JavaScript
20 lines
472 B
JavaScript
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,
|
|
}
|