A huge issue for SvelteKit (and I presume other frameworks) is that adding a second +page.svelte or +layout.server.ts seems to overwrite the reference to the previous one (at least in the composer UI).
Incidentally, a better way to reference these files based on routes rather than file names would be hugely welcome!