pleroma-fe/src/components/about/about.vue
Sam Therapy b343a88d77
All checks were successful
continuous-integration/drone/push Build is passing
Use akkoma maybe
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-11-30 17:01:38 +01:00

16 lines
373 B
Vue

<template>
<div class="column-inner">
<instance-specific-panel v-if="showInstanceSpecificPanel" />
<staff-panel />
<terms-of-service-panel />
<LocalBubblePanel v-if="showLocalBubblePanel" />
<MRFTransparencyPanel />
<features-panel v-if="showFeaturesPanel" />
</div>
</template>
<script src="./about.js"></script>
<style lang="scss">
</style>