ngx-admin/src/app/@core/utils/index.ts

8 lines
147 B
TypeScript
Raw Normal View History

import { SeoService } from './seo.service';
import { AnalyticsService } from './analytics.service';
export {
AnalyticsService,
2019-12-20 11:09:37 +03:00
SeoService,
};