UNPKG
react-devise-facebook-encore
Version:
latest (6.4.1)
6.4.1
A simple package to interact with Facebook LogIn API
gastongouron/react-devise-facebook-encore
react-devise-facebook-encore
/
src
/
errors
/
index.js
3 lines
(2 loc)
•
128 B
JavaScript
View Raw
1
2
3
export
{
default
as
ValidationError
}
from
'./ValidationError'
;
export
{
default
as
UnauthorizedError
}
from
'./UnauthorizedError'
;