mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 03:23:51 -05:00
ESLint no-default-exports 2 - Button.tsx (#2116)
* ESLint no default imports - Button * Fix * Release notes * Fix Button imports
This commit is contained in:
committed by
GitHub
parent
84a9269ae4
commit
4d7cfab8bc
@@ -13,7 +13,7 @@ import { useMergedRefs } from '../../hooks/useMergedRefs';
|
||||
import Add from '../../icons/v1/Add';
|
||||
import Subtract from '../../icons/v1/Subtract';
|
||||
import { type CSSProperties, theme } from '../../style';
|
||||
import Button from '../common/Button';
|
||||
import { Button } from '../common/Button';
|
||||
import InputWithContent from '../common/InputWithContent';
|
||||
import View from '../common/View';
|
||||
import useFormat from '../spreadsheet/useFormat';
|
||||
|
||||
Reference in New Issue
Block a user