diff --git a/src/lib/components/fallback/Email.svelte b/src/lib/components/fallback/Email.svelte deleted file mode 100644 index b648172..0000000 --- a/src/lib/components/fallback/Email.svelte +++ /dev/null @@ -1,157 +0,0 @@ - - - - -

E-mail History

- -
- - -
- {#if !$emails[0]} -
- mail
- There are no emails here.
- Want to save your decrypted emails? Head over to - settings to have your emails stored - in your browser. -
- {/if} - - {#if showBody} - - - - {/if} -
-
- -