Skip to content

Commit

Permalink
Fix Button imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 6, 2024
1 parent bab4fe9 commit 0dd5163
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import ViewHide from '../../icons/v2/ViewHide';
import ViewShow from '../../icons/v2/ViewShow';
import { type CSSProperties, styles, theme } from '../../style';
import { type CommonModalProps } from '../../types/modals';
import Button from '../common/Button';
import { Button } from '../common/Button';
import Menu from '../common/Menu';
import Modal from '../common/Modal';
import View from '../common/View';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import ViewHide from '../../icons/v2/ViewHide';
import ViewShow from '../../icons/v2/ViewShow';
import { type CSSProperties, styles, theme } from '../../style';
import { type CommonModalProps } from '../../types/modals';
import Button from '../common/Button';
import { Button } from '../common/Button';
import Menu from '../common/Menu';
import Modal from '../common/Modal';
import View from '../common/View';
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-client/src/components/modals/Notes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import q from 'loot-core/src/shared/query';

import Check from '../../icons/v2/Check';
import { type CommonModalProps } from '../../types/modals';
import Button from '../common/Button';
import { Button } from '../common/Button';
import Modal from '../common/Modal';
import View from '../common/View';
import { Notes as NotesComponent } from '../Notes';
Expand Down

0 comments on commit 0dd5163

Please sign in to comment.