const [editing, setEditing] = (() => {
        let editing = false;

        return [
            {