Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 9, 2025
1 parent 5201dd9 commit 502bfa5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/loot-core/src/client/app/appSlice.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import {
createSlice,
type PayloadAction,
} from '@reduxjs/toolkit';
import { createSlice, type PayloadAction } from '@reduxjs/toolkit';

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

Expand Down

0 comments on commit 502bfa5

Please sign in to comment.