SavedPage
This component displays the user's saved clips. It allows the user to view, delete, and export their clips to Anki.
Functions¶
SavedPage()¶
Defined in: src/pages/SavedPage.tsx:31
The SavedPage component.
This component is responsible for the following:
- Fetching and displaying the user's saved clips.
- Allowing the user to view the details of a clip.
- Allowing the user to delete a clip.
- Allowing the user to export all clips to an Anki deck.
Returns¶
Element
The SavedPage component.