mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 22:20:51 +01:00
9 lines
128 B
Vue
9 lines
128 B
Vue
<template>
|
|
<div>passwords</div>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
definePageMeta({
|
|
name: "haexpassOverview"
|
|
})
|
|
</script> |