Skip to content

Commit e249e6a

Browse files
committed
refactor: 초기값 삭제
1 parent 663c37a commit e249e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TodoList.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import validation from "../utils/validation.js";
33
import { TodoItem } from "../types/todo.js";
44

55
export default class TodoList {
6-
state: TodoItem[] = [];
6+
state: TodoItem[];
77
private readonly $todoList = document.createElement("div");
88

99
constructor(

0 commit comments

Comments
 (0)