Import and use ExpandableText in EntryPage
This commit is contained in:
@@ -3,6 +3,7 @@ import { Link, useNavigate, useParams } from 'react-router-dom';
|
|||||||
import { fetchEntry } from '../api';
|
import { fetchEntry } from '../api';
|
||||||
import VideoPlayer from '../components/VideoPlayer';
|
import VideoPlayer from '../components/VideoPlayer';
|
||||||
import { ConversationPanel, GrammarPanel, KeyPhrasePanel, VocabPanel } from '../components/ItemPanels';
|
import { ConversationPanel, GrammarPanel, KeyPhrasePanel, VocabPanel } from '../components/ItemPanels';
|
||||||
|
import ExpandableText from '../components/ExpandableText';
|
||||||
import type { EntryDetail } from '../types';
|
import type { EntryDetail } from '../types';
|
||||||
|
|
||||||
export default function EntryPage() {
|
export default function EntryPage() {
|
||||||
|
|||||||
Reference in New Issue
Block a user