diff --git a/src/App.svelte b/src/App.svelte index c0bc0fa..2839fc4 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -25,6 +25,7 @@ } if (j.type === "list") { folders = j.value; + folders.sort((a, b) => a.Name.localeCompare(b.Name)); } // let a = { // type: "list",