Skip to content
Snippets Groups Projects
ProfileView.vue 147 B
<template>
  <Profile-Page></Profile-Page>
</template>

<script setup lang="ts">
import ProfilePage from "@/components/ProfilePage.vue";
</script>