Skip to content

Commit 4e65815

Browse files
authored
Merge pull request #17 from vodniciarv/patch-2
Update app.module.ts
2 parents d63eaa3 + 9bcd298 commit 4e65815

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/app.module.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { AppRoutes } from './app.routing';
22
import { RouterModule } from '@angular/router';
3-
import { CommonModule } from '@angular/common';
4-
import { TransferHttpModule } from './../modules/transfer-http/transfer-http.module';
3+
import { TransferHttpModule } from '../modules/transfer-http/transfer-http.module';
54
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
65
import { BrowserModule } from '@angular/platform-browser';
76
import { NgModule } from '@angular/core';

0 commit comments

Comments
 (0)