import { useContext } from 'react'
import { SnackBarContext } from 'components/snack-bar-provider'
const useSnackBars = () => useContext(SnackBarContext)
export default useSnackBars
          Last active
          August 28, 2019 22:43 
        
      - 
      
- 
        Save rtymchyk/c84acf16b30baaf086dc221ba2a378d0 to your computer and use it in GitHub Desktop. 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment