ESLint no-default-exports 2 - Button.tsx (#2116)

* ESLint no default imports - Button

* Fix

* Release notes

* Fix Button imports
This commit is contained in:
Joel Jeremy Marquez
2024-01-06 09:32:06 -08:00
committed by GitHub
parent 84a9269ae4
commit 4d7cfab8bc
94 changed files with 99 additions and 94 deletions

View File

@@ -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';