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 502bfa5 commit 421bb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/client/app/appSlice.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createSlice, type PayloadAction } from '@reduxjs/toolkit';

import { createAppAsyncThunk } from '../store';
import { createAppAsyncThunk } from '../redux';

const sliceName = 'app';

Expand Down

0 comments on commit 421bb04

Please sign in to comment.