We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d63eaa3 + 9bcd298 commit 4e65815Copy full SHA for 4e65815
src/app/app.module.ts
@@ -1,7 +1,6 @@
1
import { AppRoutes } from './app.routing';
2
import { RouterModule } from '@angular/router';
3
-import { CommonModule } from '@angular/common';
4
-import { TransferHttpModule } from './../modules/transfer-http/transfer-http.module';
+import { TransferHttpModule } from '../modules/transfer-http/transfer-http.module';
5
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
6
import { BrowserModule } from '@angular/platform-browser';
7
import { NgModule } from '@angular/core';
0 commit comments