diff --git a/client/src/components/profile/ActivityEntry.vue b/client/src/components/profile/ActivityEntry.vue new file mode 100644 index 00000000..cbf27894 --- /dev/null +++ b/client/src/components/profile/ActivityEntry.vue @@ -0,0 +1,64 @@ + + + + + diff --git a/client/src/components/profile/ContentBookmark.vue b/client/src/components/profile/ContentBookmark.vue index 701fa71e..bfefc191 100644 --- a/client/src/components/profile/ContentBookmark.vue +++ b/client/src/components/profile/ContentBookmark.vue @@ -1,6 +1,5 @@ @@ -53,13 +40,15 @@ import {mapActions} from 'vuex' import ContentBookmark from '@/components/profile/ContentBookmark'; + import ActivityEntry from '@/components/profile/ActivityEntry'; import SCROLL_TO_MUTATION from '@/graphql/gql/local/mutations/scrollTo.gql'; export default { props: ['module'], components: { - ContentBookmark + ContentBookmark, + ActivityEntry }, computed: { empty() {