ngx-admin/src/app/@core/utils/index.ts
Artur 655c505209 feat(starter-kit): merge starter-kit to master
Merge branch 'master' into update-starter-kit
2020-04-20 02:20:21 +03:00

7 lines
147 B
TypeScript

import { SeoService } from './seo.service';
import { AnalyticsService } from './analytics.service';
export {
AnalyticsService,
SeoService,
};