Open btakita opened 5 years ago
Having a src/routes/_layout directory would allow layout components to be grouped with src/routes/_layout/index.svelte.
src/routes/_layout
src/routes/_layout/index.svelte
Currently, one can have a src/routes/_layout/ directory, but needs to use src/routes/_layout.svelte. Having src/routes/_layout/index.svelte would be consistent with idiomatic practices.
src/routes/_layout/
src/routes/_layout.svelte
Having a
src/routes/_layout
directory would allow layout components to be grouped withsrc/routes/_layout/index.svelte
.