dramaling-vocab-learning/frontend/components/review/review-tests/index.ts

8 lines
440 B
TypeScript

// 測驗類型組件統一匯出
export { FlipMemoryTest } from './FlipMemoryTest'
export { VocabChoiceTest } from './VocabChoiceTest'
export { SentenceFillTest } from './SentenceFillTest'
export { SentenceReorderTest } from './SentenceReorderTest'
export { VocabListeningTest } from './VocabListeningTest'
export { SentenceListeningTest } from './SentenceListeningTest'
export { SentenceSpeakingTest } from './SentenceSpeakingTest'