- pager
- coins: {JSON.stringify(data)}
+
+
+
Page {page} from {lastPage}
+
+
)
}
diff --git a/Front/src/store.ts b/Front/src/store.ts
index 5515955..e661663 100644
--- a/Front/src/store.ts
+++ b/Front/src/store.ts
@@ -1,7 +1,7 @@
import { combineReducers, configureStore } from '@reduxjs/toolkit'
import { TypedUseSelectorHook, useDispatch, useSelector } from 'react-redux';
-import { coinListApi } from './coinList/coinList-api';
+import { coinListApi } from './coinApi';
// import listSliceReducer from './chartList/chartList-slice'