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
Remove payments API routing initialization
[ProtonMail-WebClient.git]
/
packages
/
components
/
containers
/
modals
/
modalsContext.ts
blob
b44a564004afad596a91a78cc47dc7e42616039b
1
import { createContext } from 'react';
2
3
import type { ModalManager } from './interface';
4
5
export default createContext<ModalManager>(null as unknown as ModalManager);