mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
12 lines
280 B
JavaScript
12 lines
280 B
JavaScript
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,
|
|
}
|