1ㅊㅏ완료

This commit is contained in:
2026-01-05 02:03:22 +09:00
parent 185161db16
commit 3081931296
2 changed files with 159 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ const ADMIN_EMAIL = 'coziny@gmail.com'
interface TaskInput {
description: string
hours: number
isCompleted?: boolean
}
interface ProjectInput {