refactor(projects): login components => modules

This commit is contained in:
Soybean
2024-01-26 01:52:24 +08:00
parent 4c61c6ff3c
commit 59bec2d923
6 changed files with 5 additions and 5 deletions

View File

@ -0,0 +1,11 @@
<script setup lang="ts">
defineOptions({
name: 'ResetPwd'
});
</script>
<template>
<div></div>
</template>
<style scoped></style>