Use a better notation for exporting JS components and functions

This commit is contained in:
Deluan
2020-11-10 19:27:28 -05:00
parent 8a44f61189
commit 9d2426a601
37 changed files with 112 additions and 188 deletions
+1 -3
View File
@@ -46,7 +46,7 @@ const LinkOrNot = ({
)
}
const SimpleList = ({
export const SimpleList = ({
basePath,
className,
classes: classesOverride,
@@ -145,5 +145,3 @@ SimpleList.defaultProps = {
hasBulkActions: false,
selectedIds: [],
}
export default SimpleList