function* performAction() {
    yield put({
        type: COPY_DATA,
        payload: "Hello"
    });
}