fix: make changes to allow esm imports to work properly
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { type Row } from './Row';
|
||||
import { type Row } from './Row.js';
|
||||
|
||||
/**
|
||||
* @class ReportData - Represents the data for a report.
|
||||
|
||||
Reference in New Issue
Block a user