summaryrefslogblamecommitdiffstats
path: root/webapp/src/components/AccountModule.vue
blob: 8d93dbeb12d66c76be0418a174607cc65e503412 (plain) (tree)































                                                                   
<i18n>
{
  "en": {
  },
  "de": {
  }
}
</i18n>

<template>
  <div class="account-page">

  </div>
</template>

<script>

export default {
  name: 'AccountPage',
  data () {
    return {
    }
  },
  methods: {
  }
}
</script>

<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped>

</style>