diff --git a/src/components/DataExportSection.vue b/src/components/DataExportSection.vue index 8a195918..0c14b570 100644 --- a/src/components/DataExportSection.vue +++ b/src/components/DataExportSection.vue @@ -1,3 +1,17 @@ +/** + * Data Export Section Component + * + * Provides UI and functionality for exporting user data and backing up identifier seeds. + * Includes buttons for seed backup and database export, with platform-specific download instructions. + * + * @component + * @displayName DataExportSection + * @example + * ```vue + * + * ``` + */ +