// We only need to import the modules necessary for initial render import Page from './page'; import Product from './product'; export default [...Page, ...Product];