fix(account): AccountView.vue 첫 줄 잘못된 '1' 문자 제거

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-07-02 01:43:01 +09:00
parent 1b53af525e
commit c0e5421c33
+1 -1
View File
@@ -1,4 +1,4 @@
1<script setup>
<script setup>
import { computed, nextTick, onMounted, reactive, ref, watch } from 'vue'
import { accountApi } from '@/api/accountApi'
import { reminders } from '@/native/reminders'