initial
This commit is contained in:
4
ts_web/services/index.ts
Normal file
4
ts_web/services/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export * from './api.service.js';
|
||||
import { ApiService } from './api.service.js';
|
||||
|
||||
export const apiService = new ApiService();
|
||||
Reference in New Issue
Block a user