Created
January 13, 2021 16:20
-
-
Save aleksejkozin/4a8175343b08edd1ce1429c0848d29f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// useBrowsers.js | |
... | |
return { | |
loading, | |
browsers, | |
modalVisible, | |
descripton, | |
changeDescription, | |
changeOpacity, | |
} | |
... | |
// BrowsersList.jsx | |
... | |
export function BrowsersList({ | |
loading, | |
browsers, | |
modalVisible, | |
description, | |
changeDescription, | |
changeOpacity, | |
}) { | |
.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment