Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 9, 2025
1 parent e8484c9 commit d6edc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/client/queries/queriesSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
type PayeeEntity,
} from '../../types/models';
import { addGenericErrorNotification, addNotification } from '../actions';
import { createAppAsyncThunk } from '../store';
import { createAppAsyncThunk } from '../redux';

const sliceName = 'queries';

Expand Down

0 comments on commit d6edc25

Please sign in to comment.