Prepped for graphql stuff (it just wanted me to commit my changes first lol)

This commit is contained in:
ajdj100
2023-05-31 19:24:23 -04:00
parent f63135e2f2
commit 23af21afe8
3 changed files with 7 additions and 4 deletions

View File

@@ -1,13 +1,17 @@
<script>
// import {subnav} from './profileSubNav.vue'
export default {
name: 'profileHeader',
data() {
return {
count: 0
}
}
},
// components: {
// subnav,
// }
}
</script>
<template>