Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
Removed extra add-connection-form folder and corrected path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted Jones - Red Hat committed Oct 4, 2017
1 parent 2b49201 commit fa06aae
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 194 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Expand Up @@ -2,7 +2,7 @@ import {async, ComponentFixture, TestBed} from '@angular/core/testing';
import {RouterTestingModule} from '@angular/router/testing';

import {AddConnectionComponent} from './add-connection.component';
import {AddConnectionFormComponent} from "@connections/add-connection/add-connection-form/add-connection-form.component";
import {AddConnectionFormComponent} from "@connections/shared/add-connection-form/add-connection-form.component";
import {FormsModule} from "@angular/forms";
import {ConnectionService} from "@connections/shared/connection.service";
import {MockConnectionService} from "@connections/shared/mock-connection.service";
Expand Down

0 comments on commit fa06aae

Please sign in to comment.