aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.vue
blob: eaa5396d276798d695f3070deb617795d6148dad (plain)
1
2
3
4
5
6
7
<template>
  <div class="user-profile panel panel-default">
    <user-card-content :user="user"></user-card-content>
  </div>
</template>

<script src="./user_profile.js"></script>