import { useContext } from 'react'
import { SnackBarContext } from 'client/snack-bar-provider'
const useSnackBars = () => useContext(SnackBarContext)
export default useSnackBars
Created
August 28, 2019 21:43
-
-
Save rtymchyk/db1a97929dca87c2c79a186cabf3acbd 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