Skip to content

Commit

Permalink
refactor(common): import from decorators module instead of common barrel
Browse files Browse the repository at this point in the history
  • Loading branch information
micalevisk committed May 6, 2023
1 parent 8596670 commit 05e4996
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/common/pipes/parse-float.pipe.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { ArgumentMetadata, HttpStatus, Injectable, Optional } from '../index';
import { ArgumentMetadata, HttpStatus } from '../index';
import { Injectable, Optional } from '../decorators/core';
import { PipeTransform } from '../interfaces/features/pipe-transform.interface';
import {
ErrorHttpStatusCode,
Expand Down

0 comments on commit 05e4996

Please sign in to comment.