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 13, 2025
1 parent fda36b5 commit 78e7af6
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 78e7af6

Please sign in to comment.