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
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
recovery-kit
/
filledTemplate.ts
blob
4cb7d0f9e748a2ffb87f2994a3c094f595521ef9
1
import { getTemplate } from './index';
2
// To avoid this asset getting included in the account bundle
3
import filledTemplate from './templates/filled_template.pdf';
4
5
export const getFilledTemplate = () => {
6
return getTemplate(filledTemplate);
7
};