Skip to content

Commit

Permalink
export modalbackground
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Mar 18, 2024
1 parent 07d4611 commit 0690c93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shared/client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ import helper from "./src/helper.js";
import Events from "./src/eventtarget.js";
import TalkerAPI from "./src/talkerapi.js";
import Logger from "./src/logger.js";
import ModalBackground from "./src/modalbg.js";

export {
helper,
ele,
Events,
TalkerAPI,
Logger
Logger,
ModalBackground
};

0 comments on commit 0690c93

Please sign in to comment.