Have a text list but the rows are in the wrong order? Reverse them!
Nothing to see yet!
export const take = [{ type: "list" }] export const make = (list) => list.reverse()