import { h } from "preact"; import { Link } from "preact-router"; const Pageselector = (props) => { var items = []; if(!isNaN(props.start)&&!isNaN(props.end)&&!isNaN(props.current)) for(var i=props.start; i<=props.end; i++){ items.push(