Skip to content

Commit

Permalink
remove unnecessary imports
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Nov 27, 2024
1 parent 5b6e3d5 commit a52b80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import { Node, Edge } from 'reactflow';
import { FormikValues } from 'formik';
import { AnyObject, ArraySchema, ObjectSchema } from 'yup';
import { ObjectSchema } from 'yup';
import {
COMPONENT_CLASS,
PROCESSOR_TYPE,
Expand Down

0 comments on commit a52b80f

Please sign in to comment.