From b5d367b193c3bfe55a8d3ffaafe7c0602c4fcb6d Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Wed, 22 Jun 2022 14:42:17 -0500 Subject: [PATCH] Remove unused imports --- src/features/tutorial/index.ts | 2 +- src/pages/index.tsx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/features/tutorial/index.ts b/src/features/tutorial/index.ts index 4e7ee66..6784770 100644 --- a/src/features/tutorial/index.ts +++ b/src/features/tutorial/index.ts @@ -1,4 +1,4 @@ -import { createSlice, PayloadAction } from "@reduxjs/toolkit"; +import { createSlice/*, PayloadAction*/ } from "@reduxjs/toolkit"; import { addMonths } from "date-fns"; interface StorageState { diff --git a/src/pages/index.tsx b/src/pages/index.tsx index b8d1951..911e53a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -47,8 +47,6 @@ const IndexPage = (): JSX.Element => { if (completedTutorial !== null) { dispatch(updateLoading(false)); } - - console.info("use effect", completedTutorial, tutorialCompletionInfo); }, [completedTutorial, dispatch, tutorialCompletionInfo]); return (