Skip to content

Commit a68c5b0

Browse files
committed
fix(template-builder): clean up version comment in utils
1 parent a4be3f8 commit a68c5b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/template-builder/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { SuperDoc } from 'superdoc'; // requires superdoc >=1.24.2 for correct types (IT-852)
1+
import type { SuperDoc } from 'superdoc';
22
import type { TemplateField, SuperDocTemplateBuilderProps, ToolbarConfig } from './types';
33

44
export const areTemplateFieldsEqual = (a: TemplateField[], b: TemplateField[]): boolean => {

0 commit comments

Comments
 (0)