mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 02:54:09 -05:00
Fix pipeline build (#4996)
This commit is contained in:
@@ -9,7 +9,6 @@ import { Text } from '@actual-app/components/text';
|
||||
import { theme } from '@actual-app/components/theme';
|
||||
import { View } from '@actual-app/components/view';
|
||||
|
||||
import { saveGlobalPrefs } from 'loot-core/client/prefs/prefsSlice';
|
||||
import { loggedIn, signOut } from 'loot-core/client/users/usersSlice';
|
||||
import {
|
||||
isNonProductionEnvironment,
|
||||
@@ -23,6 +22,7 @@ import { useServerURL, useSetServerURL } from '../ServerContext';
|
||||
|
||||
import { Title } from './subscribe/common';
|
||||
|
||||
import { saveGlobalPrefs } from '@actual-app/web/src/prefs/prefsSlice';
|
||||
import { useGlobalPref } from '@desktop-client/hooks/useGlobalPref';
|
||||
import { useNavigate } from '@desktop-client/hooks/useNavigate';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user