Change chunk name
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
660661451c
commit
4c4739b5e8
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ export function Reblogs() {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function Reactions() {
|
export function Reactions() {
|
||||||
return import(/* webpackChunkName: "features/reblogs" */'../../reactions');
|
return import(/* webpackChunkName: "features/reactions" */'../../reactions');
|
||||||
}
|
}
|
||||||
|
|
||||||
export function Favourites() {
|
export function Favourites() {
|
||||||
|
|
Loading…
Reference in a new issue