aboutsummaryrefslogtreecommitdiff
path: root/src/components/about/about.vue
blob: ad520d11ee88e0f6492b293c7564decc4a81c6b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
  <div class="sidebar">
    <instance-specific-panel v-if="showInstanceSpecificPanel" />
    <staff-panel />
    <terms-of-service-panel />
    <features-panel v-if="showFeaturesPanel" />
  </div>
</template>

<script src="./about.js" ></script>

<style lang="scss">
</style>