histories and bookmark done

This commit is contained in:
heyethereum
2024-07-22 22:54:57 +08:00
parent 220fa2dfd4
commit 12873b1fa8
6 changed files with 158 additions and 77 deletions

View File

@@ -8,4 +8,5 @@ const store = configureStore({
});
export type RootState = ReturnType<typeof store.getState>;
export default store;
export default store;
export type AppDispatch = typeof store.dispatch;