Skip to content

Commit

Permalink
fix: tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell committed Sep 9, 2019
1 parent 60bf80c commit 6f8b3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import { InjectionToken, TemplateRef, Type } from '@angular/core';

import { NzAlignType, NzFourDirectionType, NzShapeSCType, NzSizeDSType, NzSizeLDSType, NzSizeMDSType } from '../types';
import { NzAlignType, NzShapeSCType, NzSizeDSType, NzSizeLDSType, NzSizeMDSType } from '../types';

import { BreakpointMap, NzBreakpoint } from '../responsive/public-api';

Expand Down

0 comments on commit 6f8b3f5

Please sign in to comment.