refactor: useSelector -> useAppSelector

This commit is contained in:
Tristan Yang
2022-07-21 18:37:13 +08:00
parent 275f0110d3
commit b79abcfa9f
9 changed files with 10 additions and 43 deletions
-1
View File
@@ -1,7 +1,6 @@
import { createSlice, PayloadAction } from "@reduxjs/toolkit";
// import BASE_URL from "../config";
// todo: check messages type
export interface Favorite {
id: number;
messages: any[];