Remove unused imports

This commit is contained in:
Lucid Kobold
2022-06-22 14:42:17 -05:00
parent 8e169b166f
commit b5d367b193
2 changed files with 1 additions and 3 deletions

View File

@@ -47,8 +47,6 @@ const IndexPage = (): JSX.Element => {
if (completedTutorial !== null) {
dispatch(updateLoading(false));
}
console.info("use effect", completedTutorial, tutorialCompletionInfo);
}, [completedTutorial, dispatch, tutorialCompletionInfo]);
return (