joinpeertube/src/mixins/ContentSelectionsEN.js

10 lines
102 B
JavaScript
Raw Normal View History

export default {
data: function () {
return {
contentSelectionsEN: [
]
}
}
}