Skip to content

Commit

Permalink
Export files from index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Oct 26, 2023
1 parent a95b018 commit 2849020
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,11 @@ skeletor.noConflict = function () {

root.Skeletor = skeletor;
export default skeletor;

export {
Collection,
ElementView,
EventEmitter,
Model,
sync,
}

0 comments on commit 2849020

Please sign in to comment.