Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-hanneforth committed Jun 17, 2021
1 parent 7026e06 commit b3de022
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@ const search = async (page, searchTerm) => {
};

module.exports = {
goto, search
goto,
search,
};

0 comments on commit b3de022

Please sign in to comment.