mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 09:20:12 +01:00
remove unused exceljs from client bundle
This commit is contained in:
parent
838c74a83b
commit
3aa7a6e244
6 changed files with 1280 additions and 1250 deletions
5
models/server/createWorkbook.js
Normal file
5
models/server/createWorkbook.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import Excel from 'exceljs';
|
||||
|
||||
export const createWorkbook = function() {
|
||||
return new Excel.Workbook();
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue