Export Follows, Blocks and Mutes as CSV Files
This commit is contained in:
committed by
Alex Gleason
parent
20f68185d1
commit
174bab0ca5
@@ -186,6 +186,10 @@ export function SoapboxConfig() {
|
||||
return import(/* webpackChunkName: "features/soapbox_config" */'../../soapbox_config');
|
||||
}
|
||||
|
||||
export function ExportData() {
|
||||
return import(/* webpackChunkName: "features/export_data" */ '../../export_data');
|
||||
}
|
||||
|
||||
export function ImportData() {
|
||||
return import(/* webpackChunkName: "features/import_data" */'../../import_data');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user