Added Email, Contacts and ChatGPT
This commit is contained in:
5
src/lib/JsonViewer.svelte
Normal file
5
src/lib/JsonViewer.svelte
Normal file
@ -0,0 +1,5 @@
|
||||
<script>
|
||||
export let json;
|
||||
</script>
|
||||
|
||||
<pre>{JSON.stringify(json, null, 2)}</pre>
|
Reference in New Issue
Block a user