Skip to content

Instantly share code, notes, and snippets.

@rtymchyk
Last active August 28, 2019 22:43
Show Gist options
  • Save rtymchyk/c84acf16b30baaf086dc221ba2a378d0 to your computer and use it in GitHub Desktop.
Save rtymchyk/c84acf16b30baaf086dc221ba2a378d0 to your computer and use it in GitHub Desktop.
import { useContext } from 'react'

import { SnackBarContext } from 'components/snack-bar-provider'

const useSnackBars = () => useContext(SnackBarContext)

export default useSnackBars
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment