YoungVision-eV / homepage-sveltekit

https://www.youngvision.org/
GNU General Public License v3.0
3 stars 0 forks source link

Move page specific components to routes/ folder #188

Open MrGreenTea opened 8 months ago

MrGreenTea commented 8 months ago

See the docs about routes here:

https://kit.svelte.dev/docs/routing#other-files

They recommend co-locating components with pages, unless the component is needed by multiple pages.