// We only need to import the modules necessary for initial render

import Page from './page';
import Product from './product';
import Textbook from './textbook';

export default [...Page, ...Product, ...Textbook];