[READ-ONLY] Mirror of https://github.com/mrgnw/textme. textme.cc
0

Configure Feed

Select the types of activity you want to include in your feed.

Update +page.svelte

+5 -1
+5 -1
src/routes/+page.svelte
··· 7 7 </script> 8 8 <title># to t.me/wa.me</title> 9 9 10 - <Normalizer data={data} value={value} /> 10 + <Normalizer data={data} value={value} /> 11 + 12 + <div> 13 + <pre><code>page {JSON.stringify(data, null, 2)}</code></pre> 14 + </div>