Skip to content

Instantly share code, notes, and snippets.

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

import { SnackBarContext } from 'client/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