Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesricky committed Jan 16, 2025
1 parent d28eaa7 commit cb3436f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/api/src/form-builder/blocks/text-area.block.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { BlockField, createBlock, inputToData } from "@comet/blocks-api";
import { IsString, IsUndefinable } from "class-validator";
import { IsUndefinable } from "@comet/cms-api";
import { IsString } from "class-validator";

import { BaseFieldBlockData, BaseFieldBlockInput } from "./base-field.block";

Expand Down

0 comments on commit cb3436f

Please sign in to comment.