File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
components/SimpleCheckbox Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,3 @@ export const SimpleCheckbox: React.FC<SimpleCheckboxProps> = (
141141 </ Tappable >
142142 ) ;
143143} ;
144-
145- // eslint-disable-next-line import/no-default-export
146- export default SimpleCheckbox ;
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ export type { PopperProps } from "../components/Popper/Popper";
1919export { ViewInfinite } from "../components/View/ViewInfinite" ;
2020export type { ViewInfiniteProps } from "../components/View/ViewInfinite" ;
2121
22- export { default as SimpleCheckbox } from "./ ../components/SimpleCheckbox/SimpleCheckbox" ;
23- export type { SimpleCheckboxProps } from "./. ./components/SimpleCheckbox/SimpleCheckbox" ;
22+ export { SimpleCheckbox } from "../components/SimpleCheckbox/SimpleCheckbox" ;
23+ export type { SimpleCheckboxProps } from "../components/SimpleCheckbox/SimpleCheckbox" ;
You can’t perform that action at this time.
0 commit comments