mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Do those imports!
This commit is contained in:
parent
c29393dd7e
commit
2cddcd60a1
7 changed files with 13 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
import moment from 'moment';
|
||||
const Papa = require('papaparse');
|
||||
import { TAPi18n } from '/imports/i18n';
|
||||
import Attachments from './attachments';
|
||||
|
||||
//const stringify = require('csv-stringify');
|
||||
|
||||
// exporter maybe is broken since Gridfs introduced, add fs and path
|
||||
export class Exporter {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue