[폴더, 파일 구조 정리]
This commit is contained in:
		@@ -23,10 +23,6 @@
 | 
			
		||||
            }}</span
 | 
			
		||||
            >님!
 | 
			
		||||
          </p>
 | 
			
		||||
          <p class="text-sm text-gray-600">
 | 
			
		||||
            {{ userStore.isAdmin ? "관리자" : "사용자" }} 권한으로
 | 
			
		||||
            로그인되었습니다.
 | 
			
		||||
          </p>
 | 
			
		||||
          <p class="text-sm text-gray-600">
 | 
			
		||||
            <button
 | 
			
		||||
              class="mr-2 bg-blue-500 hover:bg-blue-600 text-white px-3 py-1 rounded"
 | 
			
		||||
@@ -113,9 +109,6 @@
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script setup lang="ts">
 | 
			
		||||
import { useUserStore } from "~/stores/user";
 | 
			
		||||
 | 
			
		||||
// 페이지 메타데이터 설정
 | 
			
		||||
definePageMeta({
 | 
			
		||||
  title: "Home",
 | 
			
		||||
  description: "Welcome to our Nuxt.js application",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user