mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-02-25 14:43:04 +01:00
12 lines
234 B
Vue
12 lines
234 B
Vue
<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>
|