fix : 파일 이름수정

This commit is contained in:
Kasi
2025-05-28 09:57:12 +09:00
parent 4e3e0d942f
commit 43ff16412a
2 changed files with 1 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ const links = ref<NavbarItem[]>([
{ {
id: 'payment', id: 'payment',
type: 'link', type: 'link',
to: '/app/paymentManagement', to: '/app/ApprovalManagement',
label: '결재함', label: '결재함',
icon: '', icon: '',
}, },