Files
ptpchat-frontend/src/pages/TestPage.vue
2024-05-02 15:21:33 +02:00

14 lines
191 B
Vue

<script setup lang="ts">
import ProtectedData from 'components/ProtectedData.vue';
</script>
<template>
<h1>Hallloooooooooo</h1>
<ProtectedData />
</template>
<style scoped>
</style>