chore: include privacy policy in app

This commit is contained in:
Lei Nelissen
2023-06-13 23:07:40 +02:00
parent 9abe37df70
commit 6c9962f85a
7 changed files with 73 additions and 6 deletions

4
src/typings/md.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module '*.md' {
const content: string;
export default content;
}