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 958db5f commit b9fe8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/client/budgets/budgetsSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { type Handlers } from '../../types/handlers';
import { closeModal, loadGlobalPrefs, loadPrefs, pushModal } from '../actions';
import { setAppState } from '../app/appSlice';
import * as constants from '../constants';
import { createAppAsyncThunk } from '../store';
import { createAppAsyncThunk } from '../redux';

const sliceName = 'budgets';

Expand Down

0 comments on commit b9fe8ac

Please sign in to comment.