import { Common } from './common'; import { Main } from './main'; import { Course } from './course'; import { Textbook } from './textbook'; import { My } from './my'; import { Question } from './question'; import { Sentence } from './sentence'; import { Order } from './order'; import { User } from './user'; export default [Common, Main, Course, Textbook, My, Question, Sentence, Order, User];