ImportData: fix webpackChunkName
This commit is contained in:
parent
0666557282
commit
7926854fe6
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue