mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
wip
This commit is contained in:

committed by
Geoff Seemueller

parent
21d6c8604e
commit
554096abb2
15
packages/services/src/index.ts
Normal file
15
packages/services/src/index.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { AssetService } from './asset-service';
|
||||
import { ChatService } from './chat-service';
|
||||
import { ContactService } from './contact-service';
|
||||
import { FeedbackService } from './feedback-service';
|
||||
import { MetricsService } from './metrics-service';
|
||||
import { TransactionService } from './transaction-service';
|
||||
|
||||
export {
|
||||
AssetService,
|
||||
ChatService,
|
||||
ContactService,
|
||||
FeedbackService,
|
||||
MetricsService,
|
||||
TransactionService,
|
||||
};
|
Reference in New Issue
Block a user