blob: 62ae16ea38c57285ee555101da92b5ca83a35bbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<template>
<div class="sidebar">
<instance-specific-panel />
<features-panel v-if="showFeaturesPanel" />
<terms-of-service-panel />
</div>
</template>
<script src="./about.js" ></script>
<style lang="scss">
</style>
|