aboutsummaryrefslogtreecommitdiff
path: root/src/components/terms_of_service_panel/terms_of_service_panel.js
blob: 4276f8f775cf0eefcb58c95cef6a31476d633744 (plain)
1
2
3
4
5
6
7
8
9
const TermsOfServicePanel = {
  computed: {
    content () {
      return this.$store.state.instance.tos
    }
  }
}

export default TermsOfServicePanel