Remove unused imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { createSlice, PayloadAction } from "@reduxjs/toolkit";
|
||||
import { createSlice/*, PayloadAction*/ } from "@reduxjs/toolkit";
|
||||
import { addMonths } from "date-fns";
|
||||
|
||||
interface StorageState {
|
||||
|
||||
@@ -47,8 +47,6 @@ const IndexPage = (): JSX.Element => {
|
||||
if (completedTutorial !== null) {
|
||||
dispatch(updateLoading(false));
|
||||
}
|
||||
|
||||
console.info("use effect", completedTutorial, tutorialCompletionInfo);
|
||||
}, [completedTutorial, dispatch, tutorialCompletionInfo]);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user