add export

This commit is contained in:
TheJuze
2024-03-19 17:57:49 +03:00
parent c9cd52159a
commit 089764eff4
2 changed files with 2 additions and 1 deletions

View File

@@ -2,4 +2,5 @@ export * as aggregator from './Aggregator/index.js';
export * as blockchainService from './BlockchainService/index.js';
export * as priceFeed from './PriceFeed/index.js';
export * as referralSystem from './ReferralSystem/index.js';
export * as frontage from './Frontage';
export * as indexer from './Indexer/index.js';