aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.module.ts')
-rw-r--r--sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.module.ts14
1 files changed, 0 insertions, 14 deletions
diff --git a/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.module.ts b/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.module.ts
deleted file mode 100644
index 01973295..00000000
--- a/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.module.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
- * Created by 10190264 on 2016/12/15.
- */
-import {CommonModule} from '@angular/common';
-import {NgModule} from '@angular/core';
-import {PlxButtonDirective} from './button.directive';
-
-@NgModule({
- imports: [CommonModule],
- exports: [PlxButtonDirective],
- declarations: [PlxButtonDirective]
-})
-export class PlxButtonModule {
-} \ No newline at end of file