Do those imports!

This commit is contained in:
David Arnold 2020-09-16 14:52:00 -05:00 committed by Denis Perov
parent c29393dd7e
commit 2cddcd60a1
7 changed files with 13 additions and 0 deletions

View file

@ -8,6 +8,7 @@ import {
TYPE_TEMPLATE_CONTAINER,
} from '/config/const';
import Users from "./users";
import Attachments from './attachments';
Boards = new Mongo.Collection('boards');