import { h } from "preact"; const Pageselector = (props) => { let start = 1; let end = 7; return ( ); } export default Pageselector;