File size: 164 Bytes
1e92f2d
 
 
 
 
1
2
3
4
5
6
import { bumpStat as rawBumpStat } from '../../../rest-client/bump-stat';

export default function bumpStat( name ) {
	rawBumpStat( 'notes-click-action', name );
}