Skip to content

Commit

Permalink
fix: remove not used import
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkenj1 committed Apr 9, 2024
1 parent 91732c9 commit 3aaae9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/schemas.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { object, string, boolean, date, InferType } from 'yup';
import { isDynamicPattern } from 'fast-glob';

export const tagSchema = object({
tags: object({
Expand Down

0 comments on commit 3aaae9d

Please sign in to comment.