Skip to content

Commit

Permalink
Fix import to exceljs library
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-schwarz committed Oct 29, 2024
1 parent fa76548 commit e1ddf22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
implementsStatic,
} from '@jvalue/jayvee-execution';
import { IOType } from '@jvalue/jayvee-language-server';
import * as exceljs from 'exceljs';
import exceljs from 'exceljs';

@implementsStatic<BlockExecutorClass>()
export class XLSXInterpreterExecutor extends AbstractBlockExecutor<
Expand Down

0 comments on commit e1ddf22

Please sign in to comment.