index.js 190 B

1234
  1. import { homePage, loginPage, NotFoundPage } from './basic';
  2. import { createTextbookPage } from './textbook';
  3. export const routes = [homePage, loginPage, createTextbookPage, NotFoundPage];