finish up the atom news feed API

This commit is contained in:
ngn
2025-01-04 19:59:44 +03:00
parent 26e8909998
commit 337e56de78
33 changed files with 2633 additions and 2633 deletions

View File

@@ -1,8 +1,8 @@
<script>
import { onMount } from "svelte"
import { goto } from "$app/navigation"
import { onMount } from "svelte";
import { goto } from "$app/navigation";
onMount(()=>{
goto("/")
})
onMount(() => {
goto("/");
});
</script>