import PButton from "./page-button"; export default function ProjectBlock({ local, pages }) { if (local) { return ( ); } else { return ( ); } }