1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-20 12:51:43 +02:00

update deps

This commit is contained in:
Morris Brodersen
2023-11-13 20:03:04 +01:00
parent 9d1c3b7b8f
commit 5518d5ec37
37 changed files with 802 additions and 2945 deletions

View File

@@ -51,7 +51,7 @@ export function TodoItemInput(el) {
new CustomEvent('addTodoItem', {
detail: { label },
bubbles: true,
})
}),
);
}