From 6ffeb374c3c8bd0aa287b8b391abceeb53086977 Mon Sep 17 00:00:00 2001 From: Peter Lauck <griest024@gmail.com> Date: Sat, 2 Dec 2023 17:18:11 +0000 Subject: [PATCH] fix lint --- apps/design-land/src/app/select/select.module.ts | 2 +- libs/design/src/molecules/select/select.module.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/design-land/src/app/select/select.module.ts b/apps/design-land/src/app/select/select.module.ts index 9bb22cdf79..062aa23562 100644 --- a/apps/design-land/src/app/select/select.module.ts +++ b/apps/design-land/src/app/select/select.module.ts @@ -3,9 +3,9 @@ import { NgModule } from '@angular/core'; import { DaffArticleModule } from '@daffodil/design'; -import { DesignLandExampleViewerModule } from '../core/code-preview/container/example-viewer.module'; import { DesignLandSelectRoutingModule } from './select-routing.module'; import { DesignLandSelectComponent } from './select.component'; +import { DesignLandExampleViewerModule } from '../core/code-preview/container/example-viewer.module'; @NgModule({ diff --git a/libs/design/src/molecules/select/select.module.ts b/libs/design/src/molecules/select/select.module.ts index 6ffd3cf7ae..05898d7419 100644 --- a/libs/design/src/molecules/select/select.module.ts +++ b/libs/design/src/molecules/select/select.module.ts @@ -5,11 +5,11 @@ import { NgModule } from '@angular/core'; import { ReactiveFormsModule } from '@angular/forms'; import { FontAwesomeModule } from '@fortawesome/angular-fontawesome'; +import { DaffSelectOptionDirective } from './option/option.directive'; +import { DaffSelectComponent } from './select.component'; import { DaffErrorMessageModule } from '../../atoms/form/error-message/error-message.module'; import { DaffFormLabelModule } from '../../atoms/form/form-label/form-label.module'; import { DaffPrefixSuffixModule } from '../../core/prefix-suffix/prefix-suffix.module'; -import { DaffSelectOptionDirective } from './option/option.directive'; -import { DaffSelectComponent } from './select.component'; @NgModule({ imports: [