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

import Page from './page';
import System from './system';

export default [...Page, ...System];