Skip to content

Commit

Permalink
Fix anonymous default export warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasr8 authored and ThiefMaster committed Nov 15, 2023
1 parent c8deef6 commit ecf8c09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion newdle/client/src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,4 +385,5 @@ class Client {
}
}

export default new Client();
const client = new Client();
export default client;

0 comments on commit ecf8c09

Please sign in to comment.