repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git]
/
packages
/
components
/
containers
/
rightToLeft
/
useRightToLeft.tsx
blob
508ad2e8f1ac7d7d904f13283c1b7ddfe21ceb21
1
import { useContext } from 'react';
2
3
import Context from './context';
4
5
export const useRightToLeft = () => useContext(Context);