Skip to content

Commit

Permalink
Remove storage.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ryutamago committed Jul 23, 2023
1 parent 93f359c commit 88301b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions src/utils/store/storage.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/utils/store/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import assetsSlice from "./assetsSlice";
import contactsSlice from "./contactsSlice";
import { extraArgument } from "./extraArgument";
import multisigsSlice from "./multisigsSlice";
import storage from "./storage";
import storage from "redux-persist/lib/storage"; // Defaults to localStorage
import tokensSlice from "./tokensSlice";

// See this answer for configuration of redux toolkit with redux-persist
Expand Down

0 comments on commit 88301b7

Please sign in to comment.