Skip to content

Commit

Permalink
chore: lazyRecommendationsOverlayComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
tsi authored Jan 23, 2024
1 parent cde7922 commit 0c54b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/recommendations-overlay/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default async function lazyComponent(player) {
export default async function lazyRecommendationsOverlayComponent(player) {
try {
if (!player.getChild('recommendationsOverlay')) {
await import(/* webpackChunkName: "recommendations-overlay" */ './recommendations-overlay');
Expand Down

0 comments on commit 0c54b10

Please sign in to comment.