page2.js 92 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 import Page2 from '../Page2'; export default function () { return ( <Page2 /> ); }