Skip to content

Commit

Permalink
fix: renamed helperFuncs.js to helpers.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Debarshi95 committed Sep 5, 2022
1 parent 019f746 commit 09488d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debarshi/js/todo.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
getFilteredTodos,
markTodosComplete,
validateInput,
} from "./utils/helperFuncs.js";
} from "./utils/helpers.js";

// Creates todo nodes and attaches listeners to parent node
const createTodoNodes = (todo, draggable, includeChildTodos) => {
Expand Down
File renamed without changes.

0 comments on commit 09488d6

Please sign in to comment.