1 2 3 4 5
import next_previous from './next_previous'; export default function init(): void { next_previous(); };