removeLink()

in client/src/store/index.js [43:45]


    removeLink(state, ind){
      state.links.splice(ind, 1);
    },