import { System } from './system'; import { Examination } from './examination'; import { Exercise } from './exercise'; import { Preview } from './preview'; import { User } from './user'; import { Sentence } from './sentence'; export default [System, Examination, Exercise, Preview, User, Sentence];