mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-04 23:31:40 +00:00
style: format imports and code style
- Consolidate multi-line imports - Apply consistent formatting Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
@@ -53,12 +53,9 @@ export const clearFileUploadStatusesAtom = atom(
|
||||
},
|
||||
)
|
||||
|
||||
export const clearAllFileUploadStatusesAtom = atom(
|
||||
null,
|
||||
(get, set) => {
|
||||
set(fileUploadStatusesAtom, {})
|
||||
},
|
||||
)
|
||||
export const clearAllFileUploadStatusesAtom = atom(null, (get, set) => {
|
||||
set(fileUploadStatusesAtom, {})
|
||||
})
|
||||
|
||||
export const fileUploadCountAtom = atom(
|
||||
(get) => Object.keys(get(fileUploadStatusesAtom)).length,
|
||||
|
||||
Reference in New Issue
Block a user