2019-01-07 17:26:47 +00:00
|
|
|
<template>
|
|
|
|
<div class="sidebar">
|
2019-07-05 07:17:44 +00:00
|
|
|
<instance-specific-panel />
|
|
|
|
<features-panel v-if="showFeaturesPanel" />
|
|
|
|
<terms-of-service-panel />
|
2019-01-07 17:26:47 +00:00
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script src="./about.js" ></script>
|
|
|
|
|
|
|
|
<style lang="scss">
|
|
|
|
</style>
|