Skip to content

Commit 9e8bbca

Browse files
committed
move pipe to app
1 parent cad8405 commit 9e8bbca

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { UsageComponent } from './component/usage/usage.component';
2020
import { AboutUsComponent } from './component/about-us/about-us.component';
2121
import { DependencyGraphComponent } from './component/dependency-graph/dependency-graph.component';
2222
import { Teams } from './component/teams/teams.component';
23-
import { ToStringValuePipe } from 'src/pipe/to-string-value.pipe';
23+
import { ToStringValuePipe } from 'src/app/pipe/to-string-value.pipe';
2424

2525
@NgModule({
2626
declarations: [

0 commit comments

Comments
 (0)