Skip to content
Snippets Groups Projects
Commit f9ad8f3d authored by OZGCloud's avatar OZGCloud
Browse files

move editor-components into editor folder

parent bf9d51ac
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 3 deletions
......@@ -20,8 +20,10 @@ import { MatTooltipModule } from '@angular/material/tooltip';
import { TechSharedModule } from '@goofy-client/tech-shared';
import { SnackbarComponent } from '../snackbar/snackbar.component';
import { ButtonWithSpinnerComponent } from './button-with-spinner/button-with-spinner.component';
import { DateEditorComponent } from './date-editor/date-editor.component';
import { AutocompleteEditorComponent } from './editor/autocomplete-editor/autocomplete-editor.component';
import { DateEditorComponent } from './editor/date-editor/date-editor.component';
import { TextEditorComponent } from './editor/text-editor/text-editor.component';
import { TextAreaEditorComponent } from './editor/textarea-editor/textarea-editor.component';
import { ExpansionPanelComponent } from './expansion-panel/expansion-panel.component';
import { FileUploadComponent } from './file-upload/file-upload.component';
import { FixedDialogComponent } from './fixed-dialog/fixed-dialog.component';
......@@ -29,8 +31,6 @@ import { IconButtonWithSpinnerComponent } from './icon-button-with-spinner/icon-
import { ProgressBarComponent } from './progress-bar/progress-bar.component';
import { SpinnerComponent } from './spinner/spinner.component';
import { SubnavigationComponent } from './subnavigation/subnavigation.component';
import { TextEditorComponent } from './text-editor/text-editor.component';
import { TextAreaEditorComponent } from './textarea-editor/textarea-editor.component';
import { ValidationErrorComponent } from './validation-error/validation-error.component';
const components = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment