Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Mar 1, 2025
1 parent 3d168d7 commit b584dc5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React, { type CSSProperties } from 'react';

import { type Modal as ModalType } from 'loot-core/client/modals/modalsSlice';

import { styles } from '@actual-app/components/styles';

import { type Modal as ModalType } from 'loot-core/client/modals/modalsSlice';

import { theme } from '../../style';
import { ToBudgetMenu } from '../budget/envelope/budgetsummary/ToBudgetMenu';
import { Modal, ModalCloseButton, ModalHeader } from '../common/Modal';
Expand Down

0 comments on commit b584dc5

Please sign in to comment.