mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
7 lines
147 B
TypeScript
7 lines
147 B
TypeScript
|
|
import { SeoService } from './seo.service';
|
|
import { AnalyticsService } from './analytics.service';
|
|
export {
|
|
AnalyticsService,
|
|
SeoService,
|
|
};
|