profile page, but lotsa issues

This commit is contained in:
Annika
2022-08-03 12:03:15 -06:00
parent 858b807f61
commit 68dc18954d
8 changed files with 228 additions and 20 deletions
+20
View File
@@ -0,0 +1,20 @@
<template>
<div class="component">
keeps list
</div>
</template>
<script>
export default {
setup(){
return {}
}
}
</script>
<style lang="scss" scoped>
</style>