Revert "Do those imports!"

This reverts commit 64dcc70bd2.
This commit is contained in:
David Arnold 2020-09-16 18:40:17 -05:00 committed by Denis Perov
parent 9471eb327e
commit be712541d5
8 changed files with 0 additions and 12 deletions

View file

@ -1,5 +1,3 @@
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

View file

@ -6,7 +6,6 @@ import {
TYPE_TEMPLATE_CONTAINER,
} from '/config/const';
import Users from "./users";
import Attachments from './attachments';
const escapeForRegex = require('escape-string-regexp');

View file

@ -4,7 +4,6 @@ import {
TYPE_LINKED_BOARD,
TYPE_LINKED_CARD,
} from '../config/const';
import Attachments from './attachments';
Cards = new Mongo.Collection('cards');

View file

@ -1,5 +1,4 @@
const Papa = require('papaparse');
import Attachments from './attachments';
//const stringify = require('csv-stringify');