Home Reference Source

application/hocs/__mocks__/draftable.js

export const withDraftable = (WrappedComponent) => {
    return WrappedComponent;
};