Skip to content

Commit 7296333

Browse files
committed
Fix up incorrect import on build fail
1 parent 81147b3 commit 7296333

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/public/ngx-gist-file-filter.pipe.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { NgxGist } from './ngx-gist.model';
22
import { Pipe, PipeTransform } from '@angular/core';
3-
import { isStringArray } from './ngx-gist.utilities';
4-
import { isNonEmptyString } from 'dist/npm';
3+
import { isNonEmptyString, isStringArray } from './ngx-gist.utilities';
54

65
@Pipe({ name: 'gistFileFilter' })
76
export class GistFileFilterPipe implements PipeTransform {

0 commit comments

Comments
 (0)