Fix webpack name of status/emoji_reactions
This commit is contained in:
parent
8cf8cb7b2d
commit
a0ba919237
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ export function Favourites () {
|
|||
}
|
||||
|
||||
export function EmojiReactions () {
|
||||
return import(/* webpackChunkName: "features/favourites" */'../../emoji_reactions');
|
||||
return import(/* webpackChunkName: "features/emoji_reactions" */'../../emoji_reactions');
|
||||
}
|
||||
|
||||
export function FollowRequests () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue