refactor: move contact servicesto services folder
This commit is contained in:
@@ -2,7 +2,7 @@ import { Component, inject } from '@angular/core';
|
||||
import { Card } from '../../components/card/card';
|
||||
import { ContactForm } from '../../components/contact-form/contact-form';
|
||||
import { ContactList } from '../../components/contact-list/contact-list';
|
||||
import { ContactService } from './contact.service';
|
||||
import { ContactService } from '../../services/contact.service';
|
||||
import { ContactDTO } from '../../models/ContactDTO';
|
||||
import { FormHeader } from '../../components/form-header/form-header';
|
||||
import { STRINGS_INJECTOR } from '../../app.config';
|
||||
|
||||
Reference in New Issue
Block a user