Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobret committed Jan 30, 2025
1 parent 923c9e9 commit 6bf15a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/routes/filterLabel/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FilterLabelDto } from "src/dto/filterLabelDto";
import { FilterLabelDto } from "src/dto";
import { BasicRoute, RouteResponseBody } from "..";

interface GetFilterLabelRoute extends BasicRoute {
Expand Down

0 comments on commit 6bf15a2

Please sign in to comment.