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";
|
import { addMonths } from "date-fns";
|
||||||
|
|
||||||
interface StorageState {
|
interface StorageState {
|
||||||
|
|||||||
@@ -47,8 +47,6 @@ const IndexPage = (): JSX.Element => {
|
|||||||
if (completedTutorial !== null) {
|
if (completedTutorial !== null) {
|
||||||
dispatch(updateLoading(false));
|
dispatch(updateLoading(false));
|
||||||
}
|
}
|
||||||
|
|
||||||
console.info("use effect", completedTutorial, tutorialCompletionInfo);
|
|
||||||
}, [completedTutorial, dispatch, tutorialCompletionInfo]);
|
}, [completedTutorial, dispatch, tutorialCompletionInfo]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user