Do those imports!

This commit is contained in:
David Arnold 2020-09-16 14:52:00 -05:00 committed by Denis Perov
parent c85f710e74
commit 3da88ed858
8 changed files with 15 additions and 0 deletions

View file

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