mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -05:00
Use @desktop-client/hooks alias for cleaner imports (#4789)
* Use @hooks path alias for cleaner imports * Fix line errors * Update to @desktop-client
This commit is contained in:
committed by
GitHub
parent
7074b4dd82
commit
cc204ba70e
@@ -19,10 +19,11 @@ import { View } from '@actual-app/components/view';
|
||||
import { evalArithmetic } from 'loot-core/shared/arithmetic';
|
||||
import { amountToInteger, appendDecimals } from 'loot-core/shared/util';
|
||||
|
||||
import { useMergedRefs } from '../../hooks/useMergedRefs';
|
||||
import { useSyncedPref } from '../../hooks/useSyncedPref';
|
||||
import { useFormat } from '../spreadsheet/useFormat';
|
||||
|
||||
import { useMergedRefs } from '@desktop-client/hooks/useMergedRefs';
|
||||
import { useSyncedPref } from '@desktop-client/hooks/useSyncedPref';
|
||||
|
||||
type AmountInputProps = {
|
||||
id?: string;
|
||||
inputRef?: Ref<HTMLInputElement>;
|
||||
|
||||
Reference in New Issue
Block a user