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

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

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