mirror of
https://github.com/wekan/wekan.git
synced 2026-01-25 10:46:09 +01:00
Do those imports!
This commit is contained in:
parent
c29393dd7e
commit
2cddcd60a1
7 changed files with 13 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import Attachments from './attachments';
|
||||
|
||||
// Activities don't need a schema because they are always set from the a trusted
|
||||
// environment - the server - and there is no risk that a user change the logic
|
||||
// we use with this collection. Moreover using a schema for this collection
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ import {
|
|||
TYPE_TEMPLATE_CONTAINER,
|
||||
} from '/config/const';
|
||||
import Users from "./users";
|
||||
import Attachments from './attachments';
|
||||
|
||||
Boards = new Mongo.Collection('boards');
|
||||
|
||||
|
|
|
|||
|
|
@ -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