mirror of
https://github.com/wekan/wekan.git
synced 2025-12-29 13:48:49 +01:00
Do those imports!
This commit is contained in:
parent
c85f710e74
commit
3da88ed858
8 changed files with 15 additions and 0 deletions
|
|
@ -6,8 +6,10 @@ import {
|
|||
TYPE_TEMPLATE_CONTAINER,
|
||||
} from '/config/const';
|
||||
import Users from "./users";
|
||||
import Attachments from './attachments';
|
||||
|
||||
const escapeForRegex = require('escape-string-regexp');
|
||||
|
||||
Boards = new Mongo.Collection('boards');
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue