Update package.json

This commit is contained in:
Olga Kanishcheva
2024-10-08 15:54:48 +04:00
parent 970ae5d8b1
commit 3f96abeac1

View File

@@ -2,6 +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';
export * as frontage from './Frontage/index.js';