Added Email, Contacts and ChatGPT

This commit is contained in:
Samuel Andert
2023-09-21 20:45:49 +02:00
parent 0312f50d51
commit 5e3631c49d
19 changed files with 762 additions and 70 deletions

View File

@ -0,0 +1,5 @@
<script>
export let json;
</script>
<pre>{JSON.stringify(json, null, 2)}</pre>