2
0
Fork 0
akkoma-fe-iceshrimp/src/components/about/about.vue
2024-05-29 03:59:37 +01:00

15 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>