Skip to content

Commit

Permalink
New index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschechtel committed Aug 16, 2024
1 parent b623493 commit 2696d0a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions packages/v1-ready/zoom/index.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
const {Api} = require('./api');
const {Credential} = require('./models/credential');
const {Entity} = require('./models/entity');
const ModuleManager = require('./manager');
const { Api } = require('./api');
const Config = require('./defaultConfig');
const { Definition } = require('./definition');

module.exports = {
Api,
Credential,
Entity,
ModuleManager,
Config,
Definition,
};

0 comments on commit 2696d0a

Please sign in to comment.