Skip to content

Commit

Permalink
fix: import ngx-ace-wrapper in eoui.module
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed May 30, 2022
1 parent 546d059 commit 484302e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/workbench/browser/src/app/eoui/eoui.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';

import { AceModule } from 'ngx-ace-wrapper';
import { ACE_CONFIG } from 'ngx-ace-wrapper';
import { AceConfigInterface } from 'ngx-ace-wrapper';
import { AceModule, ACE_CONFIG, AceConfigInterface } from 'ngx-ace-wrapper';

import { NzTableModule } from 'ng-zorro-antd/table';
import { NzMessageModule } from 'ng-zorro-antd/message';
Expand Down

0 comments on commit 484302e

Please sign in to comment.