Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
omniwired committed Apr 29, 2024
1 parent f5c12c9 commit 2e372ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/store/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ import { Platform } from "react-native";
import { useDispatch } from "react-redux";
import { createMigrate, persistReducer, persistStore } from "redux-persist";

import {
burnCapitalCartItems,
burnCapitalCartItemsUI,
} from "./slices/burnCartItems";
import { dAppsReducer, dAppsReducerPersisted } from "./slices/dapps-store";
import {
marketplaceCartItems,
Expand All @@ -29,10 +33,6 @@ import {
import { storage } from "./storage";
import { defaultEnabledNetworks } from "../networks";

import {
burnCapitalCartItems,
burnCapitalCartItemsUI,
} from "@/store/slices/burnCartItems";
import { checkAndBootWeshModule } from "@/weshnet/services";

const migrations = {
Expand Down

0 comments on commit 2e372ac

Please sign in to comment.