SUPPORT-8653 fix compile
This commit is contained in:
parent
67884c50a9
commit
8badedfbda
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ import {
|
|||
PinnedType
|
||||
} from "@webbpm/base-package";
|
||||
import {Moment} from "moment";
|
||||
import moment from "moment-timezone";
|
||||
import * as moment_ from "moment-timezone";
|
||||
const moment = moment_;
|
||||
import {StaticGridColumn} from "../../../generated/ru/micord/ervu/property/grid/StaticGridColumn";
|
||||
|
||||
export class StaticColumnInitializer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue