File tree 3 files changed +8
-4
lines changed
desktop-client/src/budgets
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- // This is temporary until we move all loot-core/client over to desktop-client.
2
-
3
1
import { createSlice , type PayloadAction } from '@reduxjs/toolkit' ;
4
2
import { t } from 'i18next' ;
5
3
Original file line number Diff line number Diff line change 2
2
// This is temporary until we move all loot-core/client over to desktop-client.
3
3
/* eslint-disable no-restricted-imports */
4
4
import { resetSync , sync } from '@actual-app/web/src/app/appSlice' ;
5
- import { closeAndDownloadBudget , uploadBudget } from '@actual-app/web/src/budgets/budgetsSlice' ;
5
+ import {
6
+ closeAndDownloadBudget ,
7
+ uploadBudget ,
8
+ } from '@actual-app/web/src/budgets/budgetsSlice' ;
6
9
/* eslint-enable no-restricted-imports */
7
10
import { t } from 'i18next' ;
8
11
Original file line number Diff line number Diff line change 1
1
// This is temporary until we move all loot-core/client over to desktop-client.
2
2
/* eslint-disable no-restricted-imports */
3
3
import { resetApp } from '@actual-app/web/src/app/appSlice' ;
4
- import { closeBudget , loadAllFiles } from '@actual-app/web/src/budgets/budgetsSlice' ;
4
+ import {
5
+ closeBudget ,
6
+ loadAllFiles ,
7
+ } from '@actual-app/web/src/budgets/budgetsSlice' ;
5
8
/* eslint-enable no-restricted-imports */
6
9
import { createSlice , type PayloadAction } from '@reduxjs/toolkit' ;
7
10
You can’t perform that action at this time.
0 commit comments