ImportData: fix webpackChunkName

This commit is contained in:
Alex Gleason 2020-09-27 12:36:24 -05:00
parent 0666557282
commit 7926854fe6
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ export function SoapboxConfig() {
}
export function ImportData() {
return import(/* webpackChunkName: "features/import_follows" */'../../import_data');
return import(/* webpackChunkName: "features/import_data" */'../../import_data');
}
export function PasswordReset() {