mirror of
https://github.com/wekan/wekan.git
synced 2026-03-02 03:40:16 +01:00
Remove pwix:blaze-layout
This commit is contained in:
parent
9ebf4d2426
commit
0635a663f0
38 changed files with 771 additions and 432 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { ReactiveCache } from '/imports/reactiveCache';
|
||||
import escapeForRegex from 'escape-string-regexp';
|
||||
import { TAPi18n } from '/imports/i18n';
|
||||
import { CustomFields } from './customFields';
|
||||
import {
|
||||
ALLOWED_BOARD_COLORS,
|
||||
ALLOWED_COLORS,
|
||||
|
|
@ -9,6 +10,7 @@ import {
|
|||
TYPE_TEMPLATE_CONTAINER,
|
||||
} from '/config/const';
|
||||
import Users from "./users";
|
||||
import { FlowRouter } from 'meteor/ostrio:flow-router-extra';
|
||||
import TableVisibilityModeSettings from "./tableVisibilityModeSettings";
|
||||
|
||||
// const escapeForRegex = require('escape-string-regexp');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue