mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
12 lines
287 B
TypeScript
12 lines
287 B
TypeScript
|
|
import { LayoutService } from './layout.service';
|
||
|
|
import { AnalyticsService } from './analytics.service';
|
||
|
|
import { PlayerService } from './player.service';
|
||
|
|
import { StateService } from './state.service';
|
||
|
|
|
||
|
|
export {
|
||
|
|
LayoutService,
|
||
|
|
AnalyticsService,
|
||
|
|
PlayerService,
|
||
|
|
StateService,
|
||
|
|
};
|