fix: make changes to allow esm imports to work properly
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { type FieldStatus } from '../enums/FieldStatus';
|
||||
import { type FieldType } from '../enums/FieldType';
|
||||
import { type FormulaOutputType } from '../enums/FormulaOutputType';
|
||||
import { Field } from './Field';
|
||||
import { type ListValue } from './ListValue';
|
||||
import { type FieldStatus } from '../enums/FieldStatus.js';
|
||||
import { type FieldType } from '../enums/FieldType.js';
|
||||
import { type FormulaOutputType } from '../enums/FormulaOutputType.js';
|
||||
import { Field } from './Field.js';
|
||||
import { type ListValue } from './ListValue.js';
|
||||
|
||||
/**
|
||||
* @class FormulaField - Represents a formula field.
|
||||
|
||||
Reference in New Issue
Block a user