Add instance information page for mobile

This commit is contained in:
Hakaba Hitoyo 2019-01-07 17:26:47 +00:00 committed by Shpuld Shpludson
parent 2184334ad9
commit a60fc390a0
7 changed files with 60 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<template>
<div class="sidebar">
<instance-specific-panel></instance-specific-panel>
<features-panel></features-panel>
<terms-of-service-panel></terms-of-service-panel>
</div>
</template>
<script src="./about.js" ></script>
<style lang="scss">
</style>