Skip to content

Commit

Permalink
world injection no longer needs a default export
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Feb 15, 2024
1 parent bd04d31 commit 62e63f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/worldInjection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ import './systems/BubbleSystem'

/** Ensure bubble editor is imported only on the client */
if (isClient) import('./editors/RegisterBubbleEditor')

export default async function worldInjection() {}

0 comments on commit 62e63f3

Please sign in to comment.