aboutsummaryrefslogtreecommitdiffstats
path: root/src/pager/index.ts
blob: 06e3b4864b2cd17de35ee1af9078f007ec4cbcd9 (plain)
1
2
3
4
5
import next_previous from './next_previous';

export default function init(): void {
	next_previous();
};